diff --git a/package.json b/package.json index 3a5aa59..1d2bee2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "browser": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "webpack" + "build": "webpack", + "dev-build": "webpack --mode=development" }, "repository": { "type": "git",