chore: support raw-loader

This commit is contained in:
Li Xin
2025-04-22 13:52:56 +08:00
parent e586f5b31d
commit dff003f743
4 changed files with 591 additions and 0 deletions

View File

@@ -15,6 +15,16 @@ const config = {
destination: "http://localhost:8000/api/podcast/:path*",
},
],
experimental: {
turbo: {
rules: {
"*.md": {
loaders: ["raw-loader"],
as: "*.js",
},
},
},
},
};
export default config;