Skip to content

Commit

Permalink
adding webpack and babel.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiminmoslake7020 committed Nov 26, 2024
1 parent 6bd9a2c commit fde6acf
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 @@ -11,7 +11,7 @@
"scripts": {
"build": "rm -rf build && npx webpack --mode production --env=production",
"build:dev": "rm -rf build && npx webpack --mode development --env=development",
"dev": "webpack serve --mode development --stats-error-details"
"dev": "webpack serve --mode development --stats-error-details --env=development"
},
"devDependencies": {
"@babel/core": "^7.26.0",
Expand Down

0 comments on commit fde6acf

Please sign in to comment.