diff options
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/webpack.config.js b/webpack.config.js index 57dfd222b..c1464ac2a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,17 +9,17 @@ const plugins = [ new HtmlWebpackPlugin({ title: 'Caching', }), - new ForkTsCheckerWebpackPlugin({ - // typescript: { - // //useTypescriptIncrementalApi: true, - // //tslint: true, - // //memoryLimit: 4096, - // }, - tslint: true, - memoryLimit: 4096, - useTypescriptIncrementalApi: true, - tslintAutoFix: true, - }), + // new ForkTsCheckerWebpackPlugin({ + // typescript: { + // // useTypescriptIncrementalApi: true, + // // tslint: true, + // memoryLimit: 4096, + // }, + // // tslint: true, + // // memoryLimit: 4096, + // // useTypescriptIncrementalApi: true, + // // tslintAutoFix: true, + // }), new webpack.ProvidePlugin({ Buffer: ['buffer', 'Buffer'] }), new webpack.ProvidePlugin({ process: 'process/browser' }), new webpack.HotModuleReplacementPlugin(), |