build-fast-react-for-old-icescript
v1.0.1
Published
A ice.js plugin to enable Fast Refresh (also previously known as Hot Reloading) for React for [email protected] ## Usage
Downloads
1
Readme
plugin-fast-refresh
A ice.js plugin to enable Fast Refresh (also previously known as Hot Reloading) for React for [email protected]
Usage
Installation
$ npm i build-fast-react-for-old-icescript -D
enable "Fast Refresh" in build.json
{
"plugins": [
[
"build-fast-react-for-old-icescript",
{
"reactRefresh": true
}
]
]
}