fix: refactor stuff

This commit is contained in:
2026-03-13 16:02:09 +08:00
parent 27bc2fc747
commit 748f57dd55
4 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export default defineConfig({
// 为 .md 文件配置 raw-loader,支持 webpackContext 加载
chain.module
.rule('md-raw')
.test(/\.md$/)
.test(/\.md|\.yarn|\.csv$/)
.type('asset/source');
},
},