Skip to content

Commit

Permalink
GS-330:单个组件引入问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri authored and yuri committed May 25, 2017
1 parent 03494de commit 5b1d060
Show file tree
Hide file tree
Showing 9 changed files with 33,877 additions and 33,644 deletions.
2 changes: 1 addition & 1 deletion build/webpack.package.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var webpack = require('webpack');

module.exports = {
entry: {
'vue-beauty': './vb/components/index.js',
'vue-beauty': './vb/index.js',
style: './vb/index.js'
},
output: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-beauty",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Ant Design components built with Vue.js",
"author": "G7:FE-driver",
"main": "package/vue-beauty.min.js",
Expand Down
Loading

0 comments on commit 5b1d060

Please sign in to comment.