mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
28 lines
624 B
JSON
28 lines
624 B
JSON
{
|
|
"entry": {
|
|
"react-renderer": "src/index"
|
|
},
|
|
"sourceMap": true,
|
|
"library": "AliLowCodeReactRenderer",
|
|
"libraryTarget": "umd",
|
|
"externals": {
|
|
"react": "var window.React",
|
|
"react-dom": "var window.ReactDOM",
|
|
"prop-types": "var window.PropTypes",
|
|
"@alifd/next": "var Next",
|
|
"moment": "var window.moment"
|
|
},
|
|
"polyfill": false,
|
|
"outputDir": "dist",
|
|
"vendor": false,
|
|
"ignoreHtmlTemplate": true,
|
|
"plugins": [
|
|
"build-plugin-react-app",
|
|
["build-plugin-fusion", {
|
|
"externalNext": "umd"
|
|
}],
|
|
["build-plugin-moment-locales", {
|
|
"locales": ["zh-cn"]
|
|
}]
|
|
]
|
|
} |