diff options
author | bobzel <zzzman@gmail.com> | 2023-12-04 17:38:36 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-04 17:38:36 -0500 |
commit | 2bd239e39264a362d1fbb013ce2613d03247d78e (patch) | |
tree | 6e537dc0c35529c6ee27758a4dec03e23210dbc6 /webpack.config.js | |
parent | cf7a7dc34426dacf018ac98a83a9589106ae7256 (diff) |
trying to do version updates on all npm packages.
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index 098604f1f..57dc27047 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -19,6 +19,11 @@ const plugins = [ title: 'Caching', }), new ForkTsCheckerWebpackPlugin({ + // typescript: { + // //useTypescriptIncrementalApi: true, + // //tslint: true, + // //memoryLimit: 4096, + // }, tslint: true, memoryLimit: 4096, useTypescriptIncrementalApi: true, @@ -73,6 +78,8 @@ module.exports = { crypto: false, assert: false, os: false, + querystring: require.resolve('querystring-es3'), + url: require.resolve('url'), path: require.resolve('path-browserify'), http: require.resolve('http-browserify'), https: require.resolve('https-browserify'), |