From a2716ebbe68610faf8c3e9a7a779248b31163123 Mon Sep 17 00:00:00 2001 From: unclechong Date: Wed, 10 Jan 2024 10:16:41 +0800 Subject: [PATCH] fix: postcss - limit -> maxSize --- default-youshu/config/index.js | 2 +- h5-youshu/config/index.js | 2 +- harmony/config/index.js | 2 +- mobx/config/index.js | 2 +- pwa/config/index.js | 2 +- react-NutUI/config/index.js | 2 +- react-native/config/index.js | 2 +- redux/config/index.js | 2 +- taro-hooks/config/index.js | 2 +- taro-hooks@2x/config/index.js | 2 +- taro-ui-vue/config/index.js | 2 +- taro-ui/config/index.js | 2 +- vue3-NutUI4/config/index.js | 2 +- vue3-pinia/config/index.js | 2 +- vuex/config/index.js | 2 +- wxcloud/client/config/index.js | 2 +- wxplugin/config/index.js | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/default-youshu/config/index.js b/default-youshu/config/index.js index 000e68d3..1b8161b5 100644 --- a/default-youshu/config/index.js +++ b/default-youshu/config/index.js @@ -34,7 +34,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/h5-youshu/config/index.js b/h5-youshu/config/index.js index 000e68d3..1b8161b5 100644 --- a/h5-youshu/config/index.js +++ b/h5-youshu/config/index.js @@ -34,7 +34,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/harmony/config/index.js b/harmony/config/index.js index f76c98db..45b15d8a 100644 --- a/harmony/config/index.js +++ b/harmony/config/index.js @@ -34,7 +34,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/mobx/config/index.js b/mobx/config/index.js index 000e68d3..1b8161b5 100644 --- a/mobx/config/index.js +++ b/mobx/config/index.js @@ -34,7 +34,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/pwa/config/index.js b/pwa/config/index.js index 9764fa4a..645b628a 100644 --- a/pwa/config/index.js +++ b/pwa/config/index.js @@ -35,7 +35,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/react-NutUI/config/index.js b/react-NutUI/config/index.js index 1f8b51c7..f829bfc3 100644 --- a/react-NutUI/config/index.js +++ b/react-NutUI/config/index.js @@ -35,7 +35,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/react-native/config/index.js b/react-native/config/index.js index 690654d8..8bb91862 100644 --- a/react-native/config/index.js +++ b/react-native/config/index.js @@ -34,7 +34,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/redux/config/index.js b/redux/config/index.js index 000e68d3..1b8161b5 100644 --- a/redux/config/index.js +++ b/redux/config/index.js @@ -34,7 +34,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/taro-hooks/config/index.js b/taro-hooks/config/index.js index d57494da..23e7e302 100644 --- a/taro-hooks/config/index.js +++ b/taro-hooks/config/index.js @@ -29,7 +29,7 @@ const config = { url: { enable: true, config: { - limit: 1024, // 设定转换尺寸上限 + maxSize: 1024, // 设定转换尺寸上限 }, }, cssModules: { diff --git a/taro-hooks@2x/config/index.js b/taro-hooks@2x/config/index.js index 7d876feb..dc5b06d2 100644 --- a/taro-hooks@2x/config/index.js +++ b/taro-hooks@2x/config/index.js @@ -33,7 +33,7 @@ const config = { url: { enable: true, config: { - limit: 1024, // 设定转换尺寸上限 + maxSize: 1024, // 设定转换尺寸上限 }, }, cssModules: { diff --git a/taro-ui-vue/config/index.js b/taro-ui-vue/config/index.js index 89023c18..68acbaec 100644 --- a/taro-ui-vue/config/index.js +++ b/taro-ui-vue/config/index.js @@ -34,7 +34,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/taro-ui/config/index.js b/taro-ui/config/index.js index 000e68d3..1b8161b5 100644 --- a/taro-ui/config/index.js +++ b/taro-ui/config/index.js @@ -34,7 +34,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/vue3-NutUI4/config/index.js b/vue3-NutUI4/config/index.js index 4241c12e..02f486f8 100644 --- a/vue3-NutUI4/config/index.js +++ b/vue3-NutUI4/config/index.js @@ -51,7 +51,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/vue3-pinia/config/index.js b/vue3-pinia/config/index.js index fabe46f4..b4da78c3 100644 --- a/vue3-pinia/config/index.js +++ b/vue3-pinia/config/index.js @@ -51,7 +51,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/vuex/config/index.js b/vuex/config/index.js index 000e68d3..1b8161b5 100644 --- a/vuex/config/index.js +++ b/vuex/config/index.js @@ -34,7 +34,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/wxcloud/client/config/index.js b/wxcloud/client/config/index.js index f000266a..6e67dabe 100644 --- a/wxcloud/client/config/index.js +++ b/wxcloud/client/config/index.js @@ -34,7 +34,7 @@ const config = { url: { enable: true, config: { - limit: 1024 // 设定转换尺寸上限 + maxSize: 1024 // 设定转换尺寸上限 } }, cssModules: { diff --git a/wxplugin/config/index.js b/wxplugin/config/index.js index 7e1759cc..9c6f678e 100644 --- a/wxplugin/config/index.js +++ b/wxplugin/config/index.js @@ -40,7 +40,7 @@ const config = { url: { enable: true, config: { - limit: 10240 // 设定转换尺寸上限 + maxSize: 10240 // 设定转换尺寸上限 } }, cssModules: {