Skip to content

Commit

Permalink
use correct reference to webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Jun 20, 2024
1 parent e491820 commit 60e6f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Hal9 Inc",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack-dev-server --config src/web/web.config.js --mode development --history-api-fallback",
"dev": "webpack-dev-server --config webpack.config.js --mode development --history-api-fallback",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production"
},
Expand Down

0 comments on commit 60e6f6d

Please sign in to comment.