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 b48bd00 commit 52ebd70Copy full SHA for 52ebd70
.webpack/webpack.prod.js
@@ -11,5 +11,6 @@ const path = require('path');
11
12
/** @type {import('webpack').Configuration} */
13
module.exports = merge(common, {
14
- mode: 'production'
+ mode: 'production',
15
+ devtool: 'eval-source-map'
16
});
0 commit comments