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 7cbb0ec commit 9bf892cCopy full SHA for 9bf892c
webpack/webpack.prod.js
@@ -7,6 +7,7 @@ module.exports = env => {
7
env.mode = mode;
8
9
return merge(common(env), {
10
- mode
+ mode,
11
+ devtool: "source-map",
12
});
-};
13
+};
0 commit comments