登录页面
This commit is contained in:
@@ -39,6 +39,8 @@ export default defineConfig(async () => ({
|
||||
enable: false,
|
||||
},
|
||||
mini: {
|
||||
/** dev:weapp 预览模式需开启,否则 React hooks 在 Vite 下会失效 */
|
||||
debugReact: process.env.NODE_ENV !== 'production',
|
||||
postcss: {
|
||||
pxtransform: { enable: true, config: {} },
|
||||
cssModules: { enable: false },
|
||||
|
||||
Reference in New Issue
Block a user