Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/patrickjs/angular-hmr-loader
- Owner: PatrickJS
- License: apache-2.0
- Created: 2016-08-21T10:22:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T17:04:57.000Z (over 7 years ago)
- Last Synced: 2024-10-03T12:40:23.868Z (about 1 month ago)
- Topics: angular, hmr, webpack, webpack-loader
- Language: JavaScript
- Homepage: http://bit.ly/angular-class
- Size: 12.7 KB
- Stars: 32
- Watchers: 6
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
]
},
```