更新前后端配置并清理仓库内容
This commit is contained in:
@@ -7,6 +7,8 @@ import { fileURLToPath } from 'url';
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
|
||||
export default defineConfig({
|
||||
// 若为 true,esbuild 会对 Tailwind 误生成的 gri 等无效规则告警;可改回 true 并接受提示
|
||||
build: { cssMinify: false },
|
||||
plugins: [
|
||||
// Allow JSX in .js files (all files under src/)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user