diff --git a/package.json b/package.json index 1b49dba..75f539d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "build": "webpack build", + "build": "webpack build --mode production", "serve": "webpack serve", "test": "echo \"Error: no test specified\" && exit 1", "watch": "webpack watch"