mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-04 19:08:12 +00:00
35 lines
694 B
JSON
35 lines
694 B
JSON
{
|
|
"entry": {
|
|
"index": "src/index.jsx",
|
|
"react-simulator-renderer": "../react-simulator-renderer/src/index.js",
|
|
"preview": "src/preview.js"
|
|
},
|
|
"vendor": false,
|
|
"devServer": {
|
|
"hot": false
|
|
},
|
|
"publicPath": "/",
|
|
"externals": {
|
|
"react": "var window.React",
|
|
"react-dom": "var window.ReactDOM",
|
|
"prop-types": "var window.PropTypes",
|
|
"@alifd/next": "var window.Next"
|
|
},
|
|
"plugins": [
|
|
["build-plugin-react-app"],
|
|
[
|
|
"build-plugin-fusion",
|
|
{
|
|
"themePackage": "@alife/theme-lowcode-light"
|
|
}
|
|
],
|
|
[
|
|
"build-plugin-moment-locales",
|
|
{
|
|
"locales": ["zh-cn"]
|
|
}
|
|
],
|
|
"./build.plugin.js"
|
|
]
|
|
}
|