Skip to content

Commit

Permalink
fix: sort out npm
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottback committed Oct 23, 2021
1 parent 0534507 commit adbf4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const CopyPlugin = require("copy-webpack-plugin");

module.exports = {
mode: "production",
devtool: "inline-source-map",
devtool: false,

output: {
path: path.resolve(__dirname, 'dist'),
Expand Down

0 comments on commit adbf4fe

Please sign in to comment.