Skip to content

Commit

Permalink
chore: some change
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Apr 14, 2021
1 parent 402daeb commit 68ac53a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ let externals = {};
externals = [
Object.assign({
ace: 'ace',
'element-ui': 'ELEMENT', // 不打包element-ui
'element-ui': {
root: 'ELEMENT',
commonjs: 'element-ui',
commonjs2: 'element-ui',
amd: 'element-ui',
},
vue: {
root: 'Vue',
commonjs: 'vue',
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": "element-pro-crud",
"version": "0.9.3-4-beta",
"version": "0.9.3-41-beta",
"author": "BoBo<[email protected]>",
"main": "lib/pro-crud.js",
"files": [
Expand Down

0 comments on commit 68ac53a

Please sign in to comment.