@xfe-repo/mini-app 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/index.ts +1 -1
- package/package.json +1 -1
package/config/index.ts
CHANGED
|
@@ -53,7 +53,7 @@ export default defineConfig<'webpack5'>(async (merge) => {
|
|
|
53
53
|
config: {}
|
|
54
54
|
},
|
|
55
55
|
cssModules: {
|
|
56
|
-
enable:
|
|
56
|
+
enable: true, // 默认为 false,如需使用 css modules 功能,则设为 true
|
|
57
57
|
config: {
|
|
58
58
|
namingPattern: 'module', // 转换模式,取值为 global/module
|
|
59
59
|
generateScopedName: '[name]__[local]___[hash:base64:5]'
|