We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
如何复现?
1、git clone git@github.com:sorrycc/weekly.git 2、安装依赖 3、把 mfsu 开回来,npx umi config set mfsu {} 4、npx umi dev 5、访问 /posts.json 。 6、修改 public/posts.json 文件 7、刷新 /post.json,会发现改动没有生效,期望是改动生效
而如果把 mfsu 关闭,重复 5-7 是会生效的。
The text was updated successfully, but these errors were encountered:
pr 提了~
workardound
用 mfsu: { strategy: "normal"} or
手动的删除下 node_modules/.cache/mfsu/post.json 如果 msfu 重建构建又会copy
node_modules/.cache/mfsu/post.json
$ls node_modules/.cache/mfsu/*.json | grep MFSU -v | xargs rm
and i am drunk right now wish you good luck
Sorry, something went wrong.
stormslowly
Successfully merging a pull request may close this issue.
如何复现?
1、git clone git@github.com:sorrycc/weekly.git
2、安装依赖
3、把 mfsu 开回来,npx umi config set mfsu {}
4、npx umi dev
5、访问 /posts.json 。
6、修改 public/posts.json 文件
7、刷新 /post.json,会发现改动没有生效,期望是改动生效
而如果把 mfsu 关闭,重复 5-7 是会生效的。
The text was updated successfully, but these errors were encountered: