mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
Merge branch 'fix/fix-theme-issue' into 'develop'
fix: fix theme issue fix #111459 See merge request !1442607
This commit is contained in:
commit
063d3493da
@ -25,9 +25,13 @@
|
||||
"ignoreHtmlTemplate": true,
|
||||
"plugins": [
|
||||
"build-plugin-react-app",
|
||||
["build-plugin-fusion", {
|
||||
"externalNext": "umd"
|
||||
}],
|
||||
[
|
||||
"build-plugin-fusion",
|
||||
{
|
||||
"themePackage": "@alifd/theme-lowcode-light",
|
||||
"externalNext": "umd"
|
||||
}
|
||||
],
|
||||
["build-plugin-moment-locales", {
|
||||
"locales": ["zh-cn"]
|
||||
}],
|
||||
|
||||
@ -18,7 +18,13 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"build-plugin-fusion",
|
||||
[
|
||||
"build-plugin-fusion",
|
||||
{
|
||||
"themePackage": "@alifd/theme-lowcode-light",
|
||||
"externalNext": "umd"
|
||||
}
|
||||
],
|
||||
["build-plugin-moment-locales", {
|
||||
"locales": ["zh-cn"]
|
||||
}],
|
||||
|
||||
@ -26,8 +26,6 @@
|
||||
"@ali/lowcode-plugin-outline-pane": "1.0.71",
|
||||
"@ali/lowcode-utils": "1.0.71",
|
||||
"@alifd/next": "^1.19.12",
|
||||
"@alife/theme-lowcode-dark": "^0.1.0",
|
||||
"@alife/theme-lowcode-light": "^0.1.0",
|
||||
"react": "^16.8.1",
|
||||
"react-dom": "^16.8.1"
|
||||
},
|
||||
@ -42,7 +40,9 @@
|
||||
"build-plugin-react-app": "^1.8.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"tsconfig-paths-webpack-plugin": "^3.2.0"
|
||||
"tsconfig-paths-webpack-plugin": "^3.2.0",
|
||||
"@alifd/theme-lowcode-dark": "^0.2.0",
|
||||
"@alifd/theme-lowcode-light": "^0.2.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
[
|
||||
"build-plugin-fusion",
|
||||
{
|
||||
"themePackage": "@alife/theme-lowcode-light",
|
||||
"themePackage": "@alifd/theme-lowcode-light",
|
||||
"externalNext": "umd"
|
||||
}
|
||||
],
|
||||
|
||||
@ -24,8 +24,8 @@
|
||||
"@ali/lowcode-types": "1.0.71",
|
||||
"@ali/lowcode-utils": "1.0.71",
|
||||
"@alifd/next": "^1.19.12",
|
||||
"@alife/theme-lowcode-dark": "^0.1.0",
|
||||
"@alife/theme-lowcode-light": "^0.1.0",
|
||||
"@alifd/theme-lowcode-dark": "^0.2.0",
|
||||
"@alifd/theme-lowcode-light": "^0.2.0",
|
||||
"react": "^16.8.1",
|
||||
"react-dom": "^16.8.1"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user