diff options
author | bobzel <zzzman@gmail.com> | 2023-12-11 00:41:05 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-11 00:41:05 -0500 |
commit | be2569d8640f1693eb27f124ad3dd8062ada4837 (patch) | |
tree | fe12bc1e68210d21971ebd893da4e2948f3b3966 /webpack.config.js | |
parent | 380ee1acac1c0b7972d7d423cf804af146dc0edf (diff) |
more updates to mobx 6. updated typescript to v5. updated pdf-dist
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(), |