Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patrickjs/angular-hmr-loader

:fire: Angular HMR Webpack Loader by @AngularClass
https://github.com/patrickjs/angular-hmr-loader

angular hmr webpack webpack-loader

Last synced: 24 days ago
JSON representation

:fire: Angular HMR Webpack Loader by @AngularClass

Awesome Lists containing this project

README

        

# Angular 2 HMR Loader
Angular 2 HMR Webpack Loader by @AngularClass
Please consider using [AngularClass/angular2-hmr](https://github.com/AngularClass/angular2-hmr) which provides helpers for HMR in Angular 2
```es6
{
test: /\.ts$/,
loaders: [
'@angularclass/hmr-loader',
'awesome-typescript-loader'
]
},
```