2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-16 22:20:36 +03:00

修改config

This commit is contained in:
mxie
2018-01-17 14:06:21 +08:00
parent dd9e90d840
commit ec05fc591d
7 changed files with 79 additions and 38 deletions
+5 -3
View File
@@ -2,10 +2,11 @@
"name": "vue2-datepicker",
"description": "A Datepicker Component For Vue2",
"main": "dist/build.js",
"version": "1.8.1",
"version": "1.8.2",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
"demo": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.demo.config.js",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.build.config.js"
},
"repository": {
"type": "git",
@@ -49,6 +50,7 @@
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.2.1",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
"webpack-dev-server": "^2.2.0",
"webpack-merge": "^4.1.1"
}
}