diff --git a/package.json b/package.json index 1342aba..81cdf77 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "build:dev": "npx webpack --env mode=development", "build:prod": "npx webpack --env mode=production", - "start": "npx webpack-dev-server" + "start:dev": "npx webpack-dev-server --env mode=development", + "start:prod": "npx webpack-dev-server --env mode=production" }, "keywords": [], "author": "", diff --git a/public/index.html b/public/index.html index 03180da..9900d88 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,7 @@
+