We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cabfee commit ba0757fCopy full SHA for ba0757f
webpack.config.js
@@ -20,7 +20,6 @@ let plugins = [
20
integrity: true,
21
integrityHashes: ['sha384'],
22
}),
23
- new ForkTsCheckerWebpackPlugin(),
24
];
25
26
if (isProduction) {
@@ -43,6 +42,8 @@ if (isProduction) {
43
42
],
44
45
]);
+} else {
46
+ plugins.concat([new ForkTsCheckerWebpackPlugin()]);
47
}
48
49
module.exports = {
0 commit comments