livereactload

v3.5.0
Live code editing with Browserify and React
react livereload browserify-plugin hmr browserify

prepublish

npm run dist

dist

npm run compile && npm run remove-maps

precompile

rm -rf lib/*

compile

babel src --out-dir lib

postcompile

cp src/reloading.js lib/

remove-maps

find lib -type f -name '*.map' -delete

pretest

npm run compile

test

babel-tape-runner test/**/*Test.js ; EXIT_VALUE=$? ; killall node ; exit $EXIT_VALUE
npm i livereactload

Metadata

  • MIT
  • Whatever
  • Matti Lankinen
  • released 4/11/2019

Downloads

Maintainers