We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bab295 commit edb0a17Copy full SHA for edb0a17
webpack.config.js
@@ -200,7 +200,7 @@ function getUIConfig(env) {
200
// main: ['./scss/main.scss']
201
},
202
mode: env.production ? 'production' : 'development',
203
- devtool: !env.production ? 'source-map' : undefined,
+ devtool: !env.production ? 'eval-source-map' : undefined,
204
output: {
205
filename: '[name].js',
206
path: path.resolve(__dirname, 'dist/ui'),
0 commit comments