Skip to content

Commit

Permalink
fix(lib): 解决打包后包含es6代码问题
Browse files Browse the repository at this point in the history
fix #29
  • Loading branch information
lljj-x committed Jan 18, 2021
1 parent d4ee166 commit f03352e
Show file tree
Hide file tree
Showing 15 changed files with 36,624 additions and 12,284 deletions.
2 changes: 1 addition & 1 deletion packages/lib/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: ['@lljj/babel-preset-app']
presets: ['@lljj/babel-preset']
};
2 changes: 1 addition & 1 deletion packages/lib/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@lljj/vjsf-utils",
"version": "0.5.0",
"description": "vue json schema form 使用的基础utils工具类",
"private": false,
"keywords": [
"@lljj/vjsf-utils",
"vue",
Expand All @@ -15,7 +16,6 @@
"repository": "/~https://github.com/lljj-x/vue-json-schema-form",
"homepage": "/~https://github.com/lljj-x/vue-json-schema-form",
"license": "Apache-2.0",
"private": true,
"author": "Liu.Jun",
"browserslist": [
"> 1%",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/vue2/vue2-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"form",
"jsonSchema"
],
"private": false,
"dependencies": {
"@lljj/vjsf-utils": "0.5.0"
},
"repository": "/~https://github.com/lljj-x/vue-json-schema-form",
"homepage": "/~https://github.com/lljj-x/vue-json-schema-form",
"private": true,
"license": "Apache-2.0",
"author": "Liu.Jun",
"browserslist": [
Expand Down
3 changes: 3 additions & 0 deletions packages/lib/vue2/vue2-form-element/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: ['@lljj/babel-preset']
};
Loading

0 comments on commit f03352e

Please sign in to comment.