Skip to content

Commit 52ebd70

Browse files
committed
more debuggin
1 parent b48bd00 commit 52ebd70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.webpack/webpack.prod.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ const path = require('path');
1111

1212
/** @type {import('webpack').Configuration} */
1313
module.exports = merge(common, {
14-
mode: 'production'
14+
mode: 'production',
15+
devtool: 'eval-source-map'
1516
});

0 commit comments

Comments
 (0)