1.0.1 • Published 3 years ago

build-fast-react-for-old-icescript v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

plugin-fast-refresh

A ice.js plugin to enable Fast Refresh (also previously known as Hot Reloading) for React for ice-script@2.1.16

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
      }
    ]
  ]
}