amis-saas-2569 国际化更新

Change-Id: I212cbf23f38ec40a05b5d25cc15570282a0f1d52
This commit is contained in:
qkiroc 2022-09-27 16:53:46 +08:00
parent f85a0138f6
commit 287364350b
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "amis-editor-core", "name": "amis-editor-core",
"version": "5.2.0-beta.74", "version": "5.2.0-i18n.1",
"description": "amis 可视化编辑器", "description": "amis 可视化编辑器",
"main": "lib/index.min.js", "main": "lib/index.min.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -31,7 +31,7 @@
}, },
"dependencies": { "dependencies": {
"deep-diff": "1.0.2", "deep-diff": "1.0.2",
"i18n-runtime": "0.0.6", "i18n-runtime": "0.0.10",
"json-ast-comments": "^1.1.0", "json-ast-comments": "^1.1.0",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"mobx": "^4.5.0", "mobx": "^4.5.0",

View File

@ -35,12 +35,10 @@ module.exports = {
} }
} }
}, },
/*
{ {
loader: 'webpack-react-i18n', loader: 'webpack-react-i18n',
options: i18nConfig options: i18nConfig
} }
*/
] ]
}, },