Skip to content

Commit edb0a17

Browse files
committed
Fixes webview source maps
1 parent 6bab295 commit edb0a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function getUIConfig(env) {
200200
// main: ['./scss/main.scss']
201201
},
202202
mode: env.production ? 'production' : 'development',
203-
devtool: !env.production ? 'source-map' : undefined,
203+
devtool: !env.production ? 'eval-source-map' : undefined,
204204
output: {
205205
filename: '[name].js',
206206
path: path.resolve(__dirname, 'dist/ui'),

0 commit comments

Comments
 (0)