Disable typechecking for production build
[MAILPOET-3140]
This commit is contained in:
@@ -66,7 +66,7 @@ const baseConfig = {
|
||||
asyncqueue: 'vendor/jquery.asyncqueue.js',
|
||||
},
|
||||
},
|
||||
plugins: [new ForkTsCheckerWebpackPlugin()],
|
||||
plugins: PRODUCTION_ENV ? [] : [new ForkTsCheckerWebpackPlugin()],
|
||||
module: {
|
||||
noParse: /node_modules\/lodash\/lodash\.js/,
|
||||
rules: [
|
||||
|
Reference in New Issue
Block a user