Socket
Socket
Sign inDemoInstall

node-hot-loader

Package Overview
Dependencies
4
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-hot-loader


Version published
Maintainers
1
Created

Readme

Source

Node Hot Loader npm package

Node Hot Loader is a small tool written on ES2015+ for Hot Module Replacement support for Node.js application development with webpack.

Its inspired by kotatsu and webpack-dev-middleware.

Typical use cases for Node Hot Loader are hot-reloaded express application with APIs and frontend serving, i.e. React.

Installation

npm install --save-dev node-hot-loader babel-cli

or from Git repository:

npm install --save-dev https://github.com/emsoft/node-hot-loader

babel-cli need for starting Node Hot Loader ES2015+ module.

Usage

Usage: babel-node node-hot {options}

Options:
  -c, --config       Webpack config file. If not set then search webpack.config.js in root directory.

License

MIT (https://opensource.org/licenses/mit-license.php)

Keywords

FAQs

Last updated on 16 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc