mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
38 lines
792 B
JSON
38 lines
792 B
JSON
{
|
|
"entry": {
|
|
"react-simulator-renderer": "src/index"
|
|
},
|
|
"sourceMap": true,
|
|
"library": "___ReactSimulatorRenderer___",
|
|
"libraryTarget": "umd",
|
|
"externals": {
|
|
"react": "var window.React",
|
|
"react-dom": "var window.ReactDOM",
|
|
"prop-types": "var window.PropTypes",
|
|
"@alifd/next": "var Next",
|
|
"@alilc/lowcode-engine-ext": "var window.AliLowCodeEngineExt",
|
|
"moment": "var moment",
|
|
"lodash": "var _"
|
|
},
|
|
"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"]
|
|
}
|
|
],
|
|
"./build.plugin.js"
|
|
]
|
|
}
|