Skip to content

Commit

Permalink
stupid webpack workaround (webpack/webpack-cli#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubieowoce committed Nov 8, 2020
1 parent a7ce52f commit 991ce88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,8 +4,8 @@
"description": "",
"type": "module",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server --env.mode=development",
"build": "webpack --config webpack.config.cjs",
"start": "webpack-dev-server --env.mode=development --config webpack.config.cjs",
"prepublish": "rm dist/* && npm run build"
},
"repository": {
Expand Down
File renamed without changes.

0 comments on commit 991ce88

Please sign in to comment.