Merge branch 'fix/fix-theme-issue' into 'develop'

fix: fix theme issue

fix #111459 

See merge request !1442607
This commit is contained in:
力皓 2021-11-03 11:34:33 +08:00
commit 063d3493da
5 changed files with 20 additions and 10 deletions

View File

@ -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"]
}],

View File

@ -18,7 +18,13 @@
}
}
],
"build-plugin-fusion",
[
"build-plugin-fusion",
{
"themePackage": "@alifd/theme-lowcode-light",
"externalNext": "umd"
}
],
["build-plugin-moment-locales", {
"locales": ["zh-cn"]
}],

View File

@ -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"

View File

@ -33,7 +33,7 @@
[
"build-plugin-fusion",
{
"themePackage": "@alife/theme-lowcode-light",
"themePackage": "@alifd/theme-lowcode-light",
"externalNext": "umd"
}
],

View File

@ -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"
},