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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bigfish v4.2.7 & Umi v4.3.17 & mako@0.8.6
{ "dev": "HMR=none bigfish dev" }
tnpm run dev - 修改组件代码 - 页面依旧会热更新。
tnpm run dev
临时解:新建 mako.config.json 文件,增加 hmr 配置(https://makojs.dev/docs/config#hmr)
mako.config.json
hmr
{ "hmr": false }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bigfish v4.2.7 & Umi v4.3.17 & mako@0.8.6
tnpm run dev
- 修改组件代码 - 页面依旧会热更新。临时解:新建
mako.config.json
文件,增加hmr
配置(https://makojs.dev/docs/config#hmr)The text was updated successfully, but these errors were encountered: