@hippy/hippy-react-refresh-webpack-plugin

v0.5.5
An **EXPERIMENTAL** Webpack plugin to enable "Fast Refresh" (also previously known as _Hot Reloading_) for React components.
react javascript webpack refresh hmr hotreload livereload live edit and 3 more...

test

run-s -c test:pre "test:exec {@}" test:post --

test:webpack-4

cross-env WEBPACK_VERSION=4 yarn test

test:pre

run-s yalc:publish yalc:add

test:exec

node scripts/test.js

test:post

yalc remove --all

yalc:add

yalc add --dev @pmmmwh/react-refresh-webpack-plugin

yalc:publish

yalc publish --no-scripts

lint

eslint --report-unused-disable-directives --ext .js,.jsx .

lint:fix

yarn lint --fix

format

prettier --write "**/*.{js,jsx,ts,tsx,json,md}"

format:check

prettier --check "**/*.{js,jsx,ts,tsx,json,md}"

types:clean

rimraf types

types:compile

tsc -p tsconfig.json

types:prune-private

del "types/*/*" "!types/{lib,loader,options}/{index,types}.d.ts"

generate-types

run-s types:compile types:prune-private "format --loglevel silent"

prepublishOnly

run-s types:clean generate-types
npm i @hippy/[email protected]

Metadata

  • MIT
  • >= 10.13
  • Michael Mok
  • released 12/22/2021

Downloads