/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/nx.json
58 строк
2 KB
Raul Martin
feat: Migrate SCSS to plain CSS with PostCSS, replace Stylelint with Biome (#9584)
12 мар 2026, 20:57
Не верифицирован
12 мар 2026, 20:57
3f31128
Код
Авторство
О чём код?
{ "$schema": "./node_modules/nx/schemas/nx-schema.json", "targetDefaults": { "build": { "cache": true, "inputs": ["production", "^production", "{workspaceRoot}/webpack.config.js"] }, "e2e": { "inputs": ["default", "^production"] }, "test": { "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"] }, "version": { "cache": true, "inputs": ["default", "^production", "{workspaceRoot}/tools/version.mjs"], "outputs": ["{workspaceRoot}/dist/{projectRoot}/version.json"] }, "build-storybook": { "cache": true, "inputs": ["default", "^production", "{projectRoot}/.storybook/**/*", "{projectRoot}/tsconfig.storybook.json"] } }, "namedInputs": { "default": ["{projectRoot}/**/*", "sharedGlobals"], "production": [ "default", "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)", "!{projectRoot}/tsconfig.spec.json", "!{projectRoot}/jest.config.[jt]s", "!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)", "!{projectRoot}/.storybook/**/*", "!{projectRoot}/tsconfig.storybook.json", "!{projectRoot}/.eslintrc.json", "!{projectRoot}/eslint.config.js", "!{projectRoot}/**/node_modules", "!{workspaceRoot}/node_modules" ], "sharedGlobals": ["{workspaceRoot}/babel.config.json"] }, "generators": { "@nx/react": { "application": { "style": "css", "bundler": "webpack", "babel": true }, "component": { "style": "css" }, "library": { "style": "css", "unitTestRunner": "jest" } } }, "useInferencePlugins": false }