wh1teYu
wh1teYu
### Describe the bug 通过ice-cli 搭建项目后,使用scss来引入mixin,启动,打包报错 Server compiled with errors. 10:11:47 EntryPoints: {"index":"/Users/xxx/工作/cairh-mall-repo/projects/mall-pc/.ice/entry.server.ts"} Build failed with 1 error: src/pages/index.tsx:4:19: ERROR: [plugin: esbuild-css-modules] Undefined mixin. ╷ 60 │ @include flex-center(); │...
### Describe the bug 在ice.config.mts中,修改outputDir,改为相对路径 ``` import { defineConfig } from '@ice/app'; // The project config, see https://v3.ice.work/docs/guide/basic/config // const minify = process.env.NODE_ENV === 'production' ? 'swc' : false; export...