Skip to content

Commit

Permalink
fix: webpack script (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Octaviano <[email protected]>
  • Loading branch information
pedrokohler and igoroctaviano authored Nov 4, 2024
1 parent b6f8797 commit 628555a
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 @@ -48,7 +48,7 @@
"webpack:dynamic-import": "webpack --progress --config ./config/webpack/webpack-dynamic-import",
"webpack:bundle": "webpack --progress --config ./config/webpack/webpack-bundle",
"webpack:dynamic-import:watch": "webpack --progress --watch --config ./config/webpack/webpack-dynamic-import",
"webpack:watch": "webpack --progress --watch --config ./config/webpack"
"webpack:watch": "webpack --progress --watch --config ./config/webpack/webpack-bundle"
},
"devDependencies": {
"@babel/core": "^7.17",
Expand Down

0 comments on commit 628555a

Please sign in to comment.