systemjs-reload

2.0.0 • Public • Published

systemjs-reload

A really simple module that allows you reload some module.

Disclaimer: Currently requires System.trace = true to work, which you'll need to set before loading any modules.

Installation

jspm install reload=github:loggur/systemjs-reload

or

jspm install reload=npm:systemjs-reload

Usage

import reload from `reload`;
 
reload('some-package/some-file.js');

Other Packages

Check out plugin-babel-jsx (SystemJS plugin) and babel-plugin-react-hot (Babel plugin).

License

MIT

Package Sidebar

Install

npm i systemjs-reload

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • timbur