refactor(custom): 我的账户细微修改
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-01 14:31:30 +08:00
parent 65d6737902
commit edf1e49cce
3 changed files with 44 additions and 35 deletions

View File

@@ -50,7 +50,7 @@ const config = {
prebundle: { enable: false },
},
cache: {
enable: true, // Webpack 持久化缓存配置建议开启。默认配置请参考https://docs.taro.zone/docs/config-detail#cache
enable: false, // Webpack 持久化缓存配置建议开启。默认配置请参考https://docs.taro.zone/docs/config-detail#cache
},
sass: {
data: `@import "@nutui/nutui-taro/dist/styles/variables.scss";`,