Commit a86cc3c8 authored by George Popoff's avatar George Popoff

Добавил скрипты запуска webpack в package.json

parent 9d7758d2
...@@ -8,5 +8,9 @@ ...@@ -8,5 +8,9 @@
"devDependencies": { "devDependencies": {
"webpack": "^4.4.1", "webpack": "^4.4.1",
"webpack-cli": "^2.0.13" "webpack-cli": "^2.0.13"
},
"scripts": {
"webpack": "webpack --config webpack.config.js",
"webpack:w": "webpack -w webpack.config.js"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment