Skip to content

Commit

Permalink
Merge branch 'v2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Franslee committed Jun 26, 2019
2 parents bafd5e0 + 07834b7 commit e1b3046
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 115 deletions.
1 change: 1 addition & 0 deletions build/webpack.prod.mini.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rimraf('./dist/nutui.min.css', function (err) {

module.exports = merge(webpackBaseConf, {
mode: 'production',
devtool: 'source-map',
entry: {
nutui: './src/nutui.js',
},
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,13 @@
"vue": "^2.6.10",
"vue-i18n": "8.1.0",
"vue-jest": "2.6.0",
"vue-loader": "^15.7.0",
"vue-loader": "15.4.0",
"vue-router": "^3.0.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"vueg": "1.3.4",
"webpack": "4.25.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.11",
"webpack-merge": "4.1.4",
Expand Down
114 changes: 0 additions & 114 deletions src/packages/datepicker/utils.js

This file was deleted.

0 comments on commit e1b3046

Please sign in to comment.