1.0.5 • Published 10 months ago

swc-plugin-core-fe-hmr v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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-hmr

update your .swcrc file like below:

{
  "jsc": {
    "experimental": {
      "plugins": [["swc-plugin-core-fe-hmr", {}]]
    }
  }
}
1.0.5

10 months ago

1.0.4

1 year ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

3 years ago