Skip to content

Commit

Permalink
package.json, remove non longer supported flag from webpack invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rotdrop committed Feb 8, 2023
1 parent 6dcf074 commit 3f94e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"keywords": [],
"main": "src/doku-wiki-popup.js",
"scripts": {
"build": "NODE_ENV=production webpack --progress --mode production --hide-modules --config webpack.config.js",
"build": "NODE_ENV=production webpack --progress --mode production --config webpack.config.js",
"dev": "NODE_ENV=development webpack --progress --mode development --config webpack.config.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
Expand Down

0 comments on commit 3f94e36

Please sign in to comment.