Commit 9fd9d135 authored by Tim Zallmann's avatar Tim Zallmann

Disabling source maps for Production to resolve memory leak

parent 87e557ab
......@@ -300,7 +300,7 @@ module.exports = {
inline: DEV_SERVER_LIVERELOAD,
},
devtool: IS_PRODUCTION ? 'source-map' : 'cheap-module-eval-source-map',
devtool: IS_PRODUCTION ? 'nosources-source-map' : 'cheap-module-eval-source-map',
// sqljs requires fs
node: { fs: 'empty' },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment