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 0c9e968 commit 05924b5Copy full SHA for 05924b5
webpack.config.js
@@ -50,7 +50,7 @@ module.exports = async (env, argv) => {
50
51
mode: isProduction ? 'production' : 'development',
52
// add source map
53
- // ...(isProduction ? {} : { devtool: 'eval-source-map' }),
+ ...(isProduction ? {} : { devtool: 'eval-source-map' }),
54
// devtool: 'eval-source-map',
55
module: {
56
rules: [{
0 commit comments