File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11import HotReloader from './hot-reloader.js'
2- HotReloader ( 'http://localhost:5776' )
2+ HotReloader ( 'http://localhost:5776' )
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ import Emitter from 'weakee'
44import debug from 'debug'
55const d = debug ( 'jspm-hot-reloader' )
66
7- if ( System . trace !== true )
8- console . warn ( 'System.trace must be set to true via configuration before loading modules to hot-reload.' ) ;
7+ if ( System . trace !== true ) {
8+ console . warn ( 'System.trace must be set to true via configuration before loading modules to hot-reload.' )
9+ }
910
1011function identity ( value ) {
1112 return value
Original file line number Diff line number Diff line change 11{
22 "name" : " systemjs-hot-reloader" ,
3- "version" : " 0.5.1 " ,
3+ "version" : " 0.5.2 " ,
44 "description" : " JSPM utility for hot reloading modules of your app separately" ,
55 "main" : " hot-reloader.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments