mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
Merge branch 'pre-release' into feat-theme-editor
This commit is contained in:
commit
cf85bfd2e1
@ -30,7 +30,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"deep-diff": "1.0.2",
|
||||
"i18n-runtime": "0.0.0-alpha.11",
|
||||
"i18n-runtime": "0.0.2",
|
||||
"json-ast-comments": "^1.1.0",
|
||||
"lodash": "^4.17.15",
|
||||
"mobx": "^4.5.0",
|
||||
@ -96,7 +96,7 @@
|
||||
"webpack-bundle-analyzer": "^4.5.0",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-node-externals": "^3.0.0",
|
||||
"webpack-react-i18n": "^0.0.0-alpha.11"
|
||||
"webpack-react-i18n": "0.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"amis": "*",
|
||||
|
@ -2,7 +2,7 @@
|
||||
* @file 总入口
|
||||
*/
|
||||
import 'amis';
|
||||
import './local/index';
|
||||
import './locale/index';
|
||||
import Editor from './component/Editor';
|
||||
import './component/ClassNameControl';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user