File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed
packages/nutui-taro-demo/config
src/packages/configprovider Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ const config = {
9393 __dirname ,
9494 '../../../src/packages/lottie/animation/light/pulltorefresh.json'
9595 ) ,
96-
9796 '@nutui/nutui-react-taro/dist/es/lottie/animation/dark/loading.json' :
9897 path . resolve (
9998 __dirname ,
@@ -114,7 +113,6 @@ const config = {
114113 __dirname ,
115114 '../../../src/packages/lottie/animation/dark/pulltorefresh-white.json'
116115 ) ,
117-
118116 '@nutui/nutui-react-taro/dist/es/locales/en-US' : path . resolve (
119117 __dirname ,
120118 '../../../src/locales/en-US.ts'
Original file line number Diff line number Diff line change @@ -349,7 +349,6 @@ export type NutCSSVariables =
349349 | 'nutuiHoverbuttonItemIconColor'
350350 | 'nutuiHoverbuttonItemIconColorActive'
351351 | 'nutuiOverlayBgColor'
352- | 'nutuiOverlayZIndex'
353352 | 'nutuiOverlayContentBgColor'
354353 | 'nutuiOverlayContentColor'
355354 | 'nutuiOverlayAnimationDuration'
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export default defineConfig(async (): Promise<UserConfig> => {
6363 ) ,
6464 } ,
6565 {
66- find : '@nutui/nutui-react/dist/es/locale /en-US' ,
66+ find : '@nutui/nutui-react/dist/es/locales /en-US' ,
6767 replacement : resolve ( __dirname , './src/locales/en-US.ts' ) ,
6868 } ,
6969 {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export default defineConfig(async (): Promise<UserConfig> => {
7272 ) ,
7373 } ,
7474 {
75- find : '@nutui/nutui-react/dist/es/locale /en-US' ,
75+ find : '@nutui/nutui-react/dist/es/locales /en-US' ,
7676 replacement : resolve ( __dirname , './src/locales/en-US.ts' ) ,
7777 } ,
7878 {
You can’t perform that action at this time.
0 commit comments