diff options
author | bobzel <zzzman@gmail.com> | 2023-12-15 11:16:37 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-15 11:16:37 -0500 |
commit | adf56d455ab0e429b7eac3430890ba7677cce8d9 (patch) | |
tree | 693c08b8da0ca476e94c70b7f567ffead318cd6b /webpack.config.js | |
parent | c7efb74813244585f6805895e8e5fb5324fd8ed5 (diff) |
more fixes for mapbox and dataviz
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index a153616b8..d92086bc2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -12,7 +12,7 @@ const plugins = [ // new ForkTsCheckerWebpackPlugin({ // typescript: { // // useTypescriptIncrementalApi: true, - // eslint: true, + // // eslint: true, // memoryLimit: 8192, // }, // // tslint: true, |