2020-03-29 00:16:29 +08:00

31 lines
550 B
JSON

{
"entry": {
"index": "src/index.jsx",
"react-simulator-renderer": "../react-simulator-renderer/src/index.js"
},
"vendor": false,
"devServer": {
"hot": false
},
"publicPath": "/",
"externals": {
"prop-types": "var window.PropTypes"
},
"plugins": [
["build-plugin-react-app"],
[
"build-plugin-fusion",
{
"themePackage": "@alife/theme-lowcode-light"
}
],
[
"build-plugin-moment-locales",
{
"locales": ["zh-cn"]
}
],
"./build.plugin.js"
]
}