mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-20 15:38:32 +00:00
fix: fix theme issue
This commit is contained in:
parent
36f8d35080
commit
7030580465
@ -25,9 +25,13 @@
|
|||||||
"ignoreHtmlTemplate": true,
|
"ignoreHtmlTemplate": true,
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"build-plugin-react-app",
|
"build-plugin-react-app",
|
||||||
["build-plugin-fusion", {
|
[
|
||||||
"externalNext": "umd"
|
"build-plugin-fusion",
|
||||||
}],
|
{
|
||||||
|
"themePackage": "@alifd/theme-lowcode-light",
|
||||||
|
"externalNext": "umd"
|
||||||
|
}
|
||||||
|
],
|
||||||
["build-plugin-moment-locales", {
|
["build-plugin-moment-locales", {
|
||||||
"locales": ["zh-cn"]
|
"locales": ["zh-cn"]
|
||||||
}],
|
}],
|
||||||
|
|||||||
@ -18,7 +18,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"build-plugin-fusion",
|
[
|
||||||
|
"build-plugin-fusion",
|
||||||
|
{
|
||||||
|
"themePackage": "@alifd/theme-lowcode-light",
|
||||||
|
"externalNext": "umd"
|
||||||
|
}
|
||||||
|
],
|
||||||
["build-plugin-moment-locales", {
|
["build-plugin-moment-locales", {
|
||||||
"locales": ["zh-cn"]
|
"locales": ["zh-cn"]
|
||||||
}],
|
}],
|
||||||
|
|||||||
@ -26,8 +26,6 @@
|
|||||||
"@ali/lowcode-plugin-outline-pane": "1.0.70",
|
"@ali/lowcode-plugin-outline-pane": "1.0.70",
|
||||||
"@ali/lowcode-utils": "1.0.70",
|
"@ali/lowcode-utils": "1.0.70",
|
||||||
"@alifd/next": "^1.19.12",
|
"@alifd/next": "^1.19.12",
|
||||||
"@alife/theme-lowcode-dark": "^0.1.0",
|
|
||||||
"@alife/theme-lowcode-light": "^0.1.0",
|
|
||||||
"react": "^16.8.1",
|
"react": "^16.8.1",
|
||||||
"react-dom": "^16.8.1"
|
"react-dom": "^16.8.1"
|
||||||
},
|
},
|
||||||
@ -42,7 +40,9 @@
|
|||||||
"build-plugin-react-app": "^1.8.0",
|
"build-plugin-react-app": "^1.8.0",
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"prop-types": "^15.7.2",
|
"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": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.npm.alibaba-inc.com"
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
[
|
[
|
||||||
"build-plugin-fusion",
|
"build-plugin-fusion",
|
||||||
{
|
{
|
||||||
"themePackage": "@alife/theme-lowcode-light",
|
"themePackage": "@alifd/theme-lowcode-light",
|
||||||
"externalNext": "umd"
|
"externalNext": "umd"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@ -24,8 +24,8 @@
|
|||||||
"@ali/lowcode-types": "1.0.70",
|
"@ali/lowcode-types": "1.0.70",
|
||||||
"@ali/lowcode-utils": "1.0.70",
|
"@ali/lowcode-utils": "1.0.70",
|
||||||
"@alifd/next": "^1.19.12",
|
"@alifd/next": "^1.19.12",
|
||||||
"@alife/theme-lowcode-dark": "^0.1.0",
|
"@alifd/theme-lowcode-dark": "^0.2.0",
|
||||||
"@alife/theme-lowcode-light": "^0.1.0",
|
"@alifd/theme-lowcode-light": "^0.2.0",
|
||||||
"react": "^16.8.1",
|
"react": "^16.8.1",
|
||||||
"react-dom": "^16.8.1"
|
"react-dom": "^16.8.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user