This commit is contained in:
Jay 2017-03-23 17:30:04 +08:00
parent 33872d0f92
commit fdaf0ce5c6
3 changed files with 153200 additions and 49 deletions

View File

@ -5,7 +5,8 @@
"scripts": { "scripts": {
"test": "node node_modules/webpack-dev-server/bin/webpack-dev-server", "test": "node node_modules/webpack-dev-server/bin/webpack-dev-server",
"build": "NODE_ENV=production webpack -p --progress --colors", "build": "NODE_ENV=production webpack -p --progress --colors",
"build-dev": "NODE_ENV=development webpack --watch --progress" "build-dev": "NODE_ENV=development webpack --watch --progress",
"install-dep": "npm i --production"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long