diff options
author | bobzel <zzzman@gmail.com> | 2021-04-23 14:15:11 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-04-23 14:15:11 -0400 |
commit | 51b234e66dc819bb6fb714e55a62d8515a9c8886 (patch) | |
tree | 235e72515a05a82e2e46d9ba4ee4bdfc564bfb45 /webpack.config.js | |
parent | 18cee14d5a1273e2db26fec7654dde3e67ec8f27 (diff) |
fixed code warnings. updated some npm pacakges including typescript.
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 30967d618..56bd428e4 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -106,7 +106,9 @@ module.exports = { } }] } - ] + ], + + noParse: [require.resolve('typescript/lib/typescript.js')], }, plugins, externals: [ |