mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
39 lines
817 B
JSON
39 lines
817 B
JSON
{
|
|
"entry": {
|
|
"rax-simulator-renderer": "src/index"
|
|
},
|
|
"sourceMap": true,
|
|
"library": "___RaxSimulatorRenderer___",
|
|
"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",
|
|
"rax": "var window.Rax",
|
|
"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"
|
|
]
|
|
}
|