webpack 如何在nrwl/nx项目中不崩溃构建TS/lint错误

plupiseo  于 11个月前  发布在  Webpack
关注(0)|答案(1)|浏览(132)

当出现TS/lint错误时,构建崩溃,即看不到UI
x1c 0d1x的数据
即使我有ENV变量告诉webpack在错误时编译:

ESLINT_NO_DEV_ERRORS=true
TSC_COMPILE_ON_ERROR=true

字符串
有什么办法可以解决这个问题吗?
以下是所有相关信息:

$ npx nx report

 >  NX   Report complete - copy this into the issue template

   Node : 17.6.0
   OS   : darwin arm64
   yarn : 1.22.18

   nx : 14.4.3
   @nrwl/angular : Not Found
   @nrwl/cypress : 14.4.3
   @nrwl/detox : Not Found
   @nrwl/devkit : 14.4.3
   @nrwl/eslint-plugin-nx : 14.4.3
   @nrwl/express : 14.4.3
   @nrwl/jest : 14.4.3
   @nrwl/js : 14.4.3
   @nrwl/linter : 14.4.3
   @nrwl/nest : Not Found
   @nrwl/next : Not Found
   @nrwl/node : 14.4.3
   @nrwl/nx-cloud : 14.2.0
   @nrwl/nx-plugin : Not Found
   @nrwl/react : 14.4.3
   @nrwl/react-native : Not Found
   @nrwl/schematics : Not Found
   @nrwl/storybook : 14.4.3
   @nrwl/web : 14.4.3
   @nrwl/workspace : 14.4.3
   typescript : 4.7.4
   ---------------------------------------
   Community plugins:

4xy9mtcn

4xy9mtcn1#

我不知道答案,但我隐藏了CSS的错误面板。这不是构建的解决方案,只是为了开发。(我最终使用@nx/vite插件迁移到Vite。)

相关问题