Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-hot-loader

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-hot-loader

Hot module replacement for Node.js applications

  • 0.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
474
increased by0.64%
Maintainers
1
Weekly downloads
 
Created
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

Package 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc