Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: postcss - limit -> maxSize #120

Open
wants to merge 1 commit into
base: v3.6
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion default-youshu/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion h5-youshu/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion harmony/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion mobx/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion pwa/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion react-NutUI/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion react-native/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion redux/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion taro-hooks/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024, // 设定转换尺寸上限
maxSize: 1024, // 设定转换尺寸上限
},
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion taro-hooks@2x/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024, // 设定转换尺寸上限
maxSize: 1024, // 设定转换尺寸上限
},
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion taro-ui-vue/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion taro-ui/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion vue3-NutUI4/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion vue3-pinia/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion vuex/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion wxcloud/client/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config = {
url: {
enable: true,
config: {
limit: 1024 // 设定转换尺寸上限
maxSize: 1024 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down
2 changes: 1 addition & 1 deletion wxplugin/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const config = {
url: {
enable: true,
config: {
limit: 10240 // 设定转换尺寸上限
maxSize: 10240 // 设定转换尺寸上限
}
},
cssModules: {
Expand Down