Skip to content

Commit

Permalink
Name output sourcemaps after the output file with its extension. (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek authored Jun 18, 2022
1 parent 90833fb commit 0c8b321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
},
output: {
filename: "[name].js",
sourceMapFilename: "[name].js.map",
sourceMapFilename: "[file].map",
path: path.resolve(__dirname, "app/assets/builds"),
},
plugins: [
Expand Down

0 comments on commit 0c8b321

Please sign in to comment.