We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90833fb commit 0c8b321Copy full SHA for 0c8b321
lib/install/webpack/webpack.config.js
@@ -9,7 +9,7 @@ module.exports = {
9
},
10
output: {
11
filename: "[name].js",
12
- sourceMapFilename: "[name].js.map",
+ sourceMapFilename: "[file].map",
13
path: path.resolve(__dirname, "app/assets/builds"),
14
15
plugins: [
0 commit comments