Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 580ffcd

Browse files
committed
Set up webpack.dev.config.js
1 parent 2eab2c3 commit 580ffcd

File tree

4 files changed

+16
-2436
lines changed

4 files changed

+16
-2436
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "esw webpack.config.* src buildScripts --color",
1111
"lint:watch": "npm run lint -- --watch",
1212
"less": "nodemon --exec lessc src/less/styles.less src/css/styles.css",
13-
"webpack:dev": "webpack --config webpack.config.js",
13+
"webpack:dev": "webpack --config webpack.dev.config.js",
1414
"webpack:watch": "webpack --watch"
1515
},
1616
"publishConfig": {

0 commit comments

Comments
 (0)