swc-plugin-core-fe-hmr
v1.0.10
Published
A swc plugin for turn off hot module reload of core-fe module
Readme
swc-plugin-core-fe-hmr
This swc plugin add module.hot.decline() in the program which has named import Module from core-fe
Setup
npm install --save-dev swc-plugin-core-fe-hmrupdate your .swcrc file like below:
{
"jsc": {
"experimental": {
"plugins": [["swc-plugin-core-fe-hmr", {}]]
}
}
}