mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-21 21:24:46 +08:00
chore: support raw-loader
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user