All Projects → AngularClass → angular-hmr-loader

AngularClass / angular-hmr-loader

Licence: Apache-2.0 license
🔥 Angular HMR Webpack Loader by @AngularClass

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to angular-hmr-loader

svelte-loader-hot
Webpack loader for svelte components with HMR support
Stars: ✭ 22 (-31.25%)
Mutual labels:  hmr, webpack-loader
Webpack Core Usage
webpack2完整系列课程,欢迎阅读。同时欢迎移步我的react全家桶文章全集: https://github.com/liangklfangl/react-article-bucket
Stars: ✭ 94 (+193.75%)
Mutual labels:  hmr, webpack-loader
Sass Vars Loader
Use Sass variables defined in Webpack config or in external Javascript or JSON files
Stars: ✭ 112 (+250%)
Mutual labels:  hmr, webpack-loader
React Hot Loader Loader
A Webpack Loader that automatically inserts react-hot-loader to your App 👨‍🔬
Stars: ✭ 176 (+450%)
Mutual labels:  hmr
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (+615.63%)
Mutual labels:  hmr
jsx-compress-loader
⚛️JSX optimisation loader to reduce size of React application
Stars: ✭ 40 (+25%)
Mutual labels:  webpack-loader
react-themeit
An easy way to theme your components using css modules and js css objects thanks to aphrodite. Also works with asynchronously loaded styles!
Stars: ✭ 28 (-12.5%)
Mutual labels:  hmr
Kirby Webpack
💪 A Kirby CMS starter-kit with modern frontend tools
Stars: ✭ 150 (+368.75%)
Mutual labels:  hmr
fengari-loader
Webpack loader for fengari
Stars: ✭ 27 (-15.62%)
Mutual labels:  webpack-loader
gzip-loader
[DEPRECATED] gzip loader module for webpack
Stars: ✭ 15 (-53.12%)
Mutual labels:  webpack-loader
sizeof-loader
Webpack loader that works like url-loader (or file-loader) but with extracted information such as image dimensions and file-size.
Stars: ✭ 20 (-37.5%)
Mutual labels:  webpack-loader
Minimal React Starter
As minimal a react starter as you can get... while also using ES6/Babel and Webpack.
Stars: ✭ 246 (+668.75%)
Mutual labels:  hmr
image-minimizer-webpack-plugin
Webpack loader and plugin to compress images using imagemin
Stars: ✭ 180 (+462.5%)
Mutual labels:  webpack-loader
Koa Webpack Middleware
webpack dev&hot middleware for koa2
Stars: ✭ 215 (+571.88%)
Mutual labels:  hmr
css-raw-loader
🌁 CSS Raw loader module for Webpack
Stars: ✭ 13 (-59.37%)
Mutual labels:  webpack-loader
Template Rwb
A full-featured Webpack setup with hot-reload
Stars: ✭ 165 (+415.63%)
Mutual labels:  hmr
webpack-demos
webpack小练习
Stars: ✭ 17 (-46.87%)
Mutual labels:  webpack-loader
webpack-hmr
🔨Easy implementation of webpack Hot-Module-Replacement(hmr)
Stars: ✭ 120 (+275%)
Mutual labels:  hmr
koa-webpack-server
Koa2 webpack all-in-one environment for universal development
Stars: ✭ 14 (-56.25%)
Mutual labels:  hmr
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (+3.13%)
Mutual labels:  hmr

Angular 2 HMR Loader

Angular 2 HMR Webpack Loader by @AngularClass Please consider using AngularClass/angular2-hmr which provides helpers for HMR in Angular 2

        {
          test: /\.ts$/,
          loaders: [
            '@angularclass/hmr-loader',
            'awesome-typescript-loader'
          ]
        },
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].