Skip to content

Commit

Permalink
perf(template): set webpack mode to production
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuss Florian (uid10804) committed Jan 3, 2021
1 parent b937e31 commit 7d6d222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/pharindoko/json-serverless/issues",
"scripts": {
"start": "npm run build && sls offline",
"build": "webpack",
"build": "webpack --mode=production",
"deploy": "npm run build && sls deploy"
},
"dependencies": {
Expand Down

0 comments on commit 7d6d222

Please sign in to comment.