mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
* fix: 解决 package.json 中误添加了没有用到的数据源类型的 handler 的包的问题 (#56) * test: 更新别的相关测试用例的期望值 * fix: 🐛 去掉 npm 上没有的依赖 (#68) * chore: 🤖 fix release:beta script * chore(release): 1.0.2-beta.0 * fix: 🐛 补充 icejs 模板中缺失的依赖包 * chore(release): 1.0.2-beta.1 * chore(release): 1.0.2
21 lines
277 B
JSON
21 lines
277 B
JSON
|
|
{
|
|
"entry": "src/app.js",
|
|
"plugins": [
|
|
[
|
|
"build-plugin-fusion",
|
|
{
|
|
"themePackage": "@alifd/theme-design-pro"
|
|
}
|
|
],
|
|
[
|
|
"build-plugin-moment-locales",
|
|
{
|
|
"locales": [
|
|
"zh-cn"
|
|
]
|
|
}
|
|
]
|
|
]
|
|
}
|
|
|