mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 18:58:11 +00:00
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"build-plugin-component",
|
|
{
|
|
"filename": "editor-preset-general",
|
|
"library": "LowcodeEditor",
|
|
"libraryTarget": "umd",
|
|
"externals": {
|
|
"react": "var window.React",
|
|
"react-dom": "var window.ReactDOM",
|
|
"prop-types": "var window.PropTypes"
|
|
}
|
|
}
|
|
],
|
|
"build-plugin-fusion",
|
|
["build-plugin-moment-locales", {
|
|
"locales": ["zh-cn"]
|
|
}],
|
|
"./build.plugin.js"
|
|
]
|
|
}
|