mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
22 lines
483 B
JSON
22 lines
483 B
JSON
{
|
|
"sourceMap": true,
|
|
"plugins": [
|
|
[
|
|
"build-plugin-component",
|
|
{
|
|
"filename": "rax-simulator-renderer",
|
|
"library": "SimulatorRenderer",
|
|
"libraryExport": "default",
|
|
"libraryTarget": "umd",
|
|
"externals": {
|
|
"react": "var window.React",
|
|
"react-dom": "var window.ReactDOM",
|
|
"prop-types": "var window.PropTypes",
|
|
"rax": "var window.Rax"
|
|
}
|
|
}
|
|
],
|
|
"./build.plugin.js"
|
|
]
|
|
}
|