Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed May 19, 2024
1 parent 12c1851 commit d681dd1
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 @@ -5,7 +5,7 @@
"description": "My webpack project",
"main": "./src/index.js",
"scripts": {
"build": "rm -rf dist && NODE_ENV=production npx webpack",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
Expand Down

0 comments on commit d681dd1

Please sign in to comment.