-
-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(hmr): adding hot module reloading #334
feat(hmr): adding hot module reloading #334
Commits on Jan 6, 2019
-
feat(hmr): adding hot module reloading
Initial implementation copied over from extract-css-chunks-webpack-plugin Adding Eslint config for loaders that are injected directly into the browser. These should remain ES5
Configuration menu - View commit details
-
Copy full SHA for 0830301 - Browse repository at this point
Copy the full SHA 0830301View commit details -
Merge remote-tracking branch 'origin/hot-module-reloading' into hot-m…
…odule-reloading # Conflicts: # package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 875f166 - Browse repository at this point
Copy the full SHA 875f166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f99f5f - Browse repository at this point
Copy the full SHA 7f99f5fView commit details
Commits on Jan 13, 2019
-
refactor: refactors based on PR comments
- Remove `this.cacheable` from hotLoader function - Remove `isHMR`, simplifying codebase - Adding `.idea` to gitignore. This prevents JetBrains products config files
Configuration menu - View commit details
-
Copy full SHA for 4e72531 - Browse repository at this point
Copy the full SHA 4e72531View commit details -
refactor: move hot loader into base loader
Migration of hotLoader from its own file, which is injected into webpack config. Into the base loader of mini-css, instead of adding options to the plugin. Add options to the loader.
Configuration menu - View commit details
-
Copy full SHA for 50b3fd8 - Browse repository at this point
Copy the full SHA 50b3fd8View commit details
Commits on Jan 24, 2019
-
refactor: get hmr working with new context
String replace based on filename coming in
Configuration menu - View commit details
-
Copy full SHA for c2207af - Browse repository at this point
Copy the full SHA c2207afView commit details
Commits on Jan 27, 2019
-
updating js hash and adding hmr test cases
Configuration menu - View commit details
-
Copy full SHA for 1700774 - Browse repository at this point
Copy the full SHA 1700774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f975cd - Browse repository at this point
Copy the full SHA 3f975cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c0c742 - Browse repository at this point
Copy the full SHA 4c0c742View commit details -
Configuration menu - View commit details
-
Copy full SHA for edf19e1 - Browse repository at this point
Copy the full SHA edf19e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bac3930 - Browse repository at this point
Copy the full SHA bac3930View commit details -
fix: use older version of normalize
using version 3 of normalize-url for node 6 compatibility
Configuration menu - View commit details
-
Copy full SHA for 86134d0 - Browse repository at this point
Copy the full SHA 86134d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e6f14c - Browse repository at this point
Copy the full SHA 8e6f14cView commit details
Commits on Jan 28, 2019
-
Adding es-checker to prevent any es6 in the hot loader
Configuration menu - View commit details
-
Copy full SHA for 3979add - Browse repository at this point
Copy the full SHA 3979addView commit details
Commits on Jan 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3157c84 - Browse repository at this point
Copy the full SHA 3157c84View commit details
Commits on Mar 3, 2019
-
docs: updated readme to detail hmr
adding examples and some details around the new loader options which enable hot module reloading. Including information and configuration examples for css-modules and standard css file reloading
Configuration menu - View commit details
-
Copy full SHA for 01126f8 - Browse repository at this point
Copy the full SHA 01126f8View commit details
Commits on Mar 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2cf31af - Browse repository at this point
Copy the full SHA 2cf31afView commit details
Commits on Mar 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e5a5afb - Browse repository at this point
Copy the full SHA e5a5afbView commit details
Commits on Mar 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9ed9a85 - Browse repository at this point
Copy the full SHA 9ed9a85View commit details
Commits on Mar 27, 2019
-
adding console log when noDocument available updating readme with new api
Configuration menu - View commit details
-
Copy full SHA for 2f94eed - Browse repository at this point
Copy the full SHA 2f94eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 969514f - Browse repository at this point
Copy the full SHA 969514fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b06d817 - Browse repository at this point
Copy the full SHA b06d817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa328c - Browse repository at this point
Copy the full SHA 0aa328cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be929ae - Browse repository at this point
Copy the full SHA be929aeView commit details
Commits on Apr 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 06e7789 - Browse repository at this point
Copy the full SHA 06e7789View commit details -
feat: adding order warning option
disables order warnings being logged to terminal
Configuration menu - View commit details
-
Copy full SHA for a6bdafd - Browse repository at this point
Copy the full SHA a6bdafdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 150f858 - Browse repository at this point
Copy the full SHA 150f858View commit details -
Configuration menu - View commit details
-
Copy full SHA for a91857c - Browse repository at this point
Copy the full SHA a91857cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b6158 - Browse repository at this point
Copy the full SHA 55b6158View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ebdc5 - Browse repository at this point
Copy the full SHA d9ebdc5View commit details
Commits on Apr 8, 2019
-
feat(hmr): adding hot module reloading
Initial implementation copied over from extract-css-chunks-webpack-plugin Adding Eslint config for loaders that are injected directly into the browser. These should remain ES5
Configuration menu - View commit details
-
Copy full SHA for 6e6642a - Browse repository at this point
Copy the full SHA 6e6642aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a9fc85 - Browse repository at this point
Copy the full SHA 5a9fc85View commit details -
refactor: refactors based on PR comments
- Remove `this.cacheable` from hotLoader function - Remove `isHMR`, simplifying codebase - Adding `.idea` to gitignore. This prevents JetBrains products config files
Configuration menu - View commit details
-
Copy full SHA for 50144a7 - Browse repository at this point
Copy the full SHA 50144a7View commit details -
refactor: move hot loader into base loader
Migration of hotLoader from its own file, which is injected into webpack config. Into the base loader of mini-css, instead of adding options to the plugin. Add options to the loader.
Configuration menu - View commit details
-
Copy full SHA for 39dd711 - Browse repository at this point
Copy the full SHA 39dd711View commit details -
refactor: get hmr working with new context
String replace based on filename coming in
Configuration menu - View commit details
-
Copy full SHA for 6126e7e - Browse repository at this point
Copy the full SHA 6126e7eView commit details -
updating js hash and adding hmr test cases
Configuration menu - View commit details
-
Copy full SHA for cd6df8e - Browse repository at this point
Copy the full SHA cd6df8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf0f745 - Browse repository at this point
Copy the full SHA bf0f745View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1cbf81 - Browse repository at this point
Copy the full SHA d1cbf81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31bfa71 - Browse repository at this point
Copy the full SHA 31bfa71View commit details -
Configuration menu - View commit details
-
Copy full SHA for a51d862 - Browse repository at this point
Copy the full SHA a51d862View commit details -
fix: use older version of normalize
using version 3 of normalize-url for node 6 compatibility
Configuration menu - View commit details
-
Copy full SHA for 2bd6661 - Browse repository at this point
Copy the full SHA 2bd6661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9803db3 - Browse repository at this point
Copy the full SHA 9803db3View commit details -
Adding es-checker to prevent any es6 in the hot loader
Configuration menu - View commit details
-
Copy full SHA for c190436 - Browse repository at this point
Copy the full SHA c190436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c93cf0 - Browse repository at this point
Copy the full SHA 0c93cf0View commit details -
docs: updated readme to detail hmr
adding examples and some details around the new loader options which enable hot module reloading. Including information and configuration examples for css-modules and standard css file reloading
Configuration menu - View commit details
-
Copy full SHA for c111e9b - Browse repository at this point
Copy the full SHA c111e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 936b8d3 - Browse repository at this point
Copy the full SHA 936b8d3View commit details -
adding console log when noDocument available updating readme with new api
Configuration menu - View commit details
-
Copy full SHA for b08a3ce - Browse repository at this point
Copy the full SHA b08a3ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f16d99 - Browse repository at this point
Copy the full SHA 9f16d99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79001b8 - Browse repository at this point
Copy the full SHA 79001b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59797cc - Browse repository at this point
Copy the full SHA 59797ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c149cc2 - Browse repository at this point
Copy the full SHA c149cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33109c4 - Browse repository at this point
Copy the full SHA 33109c4View commit details -
feat: adding order warning option
disables order warnings being logged to terminal
Configuration menu - View commit details
-
Copy full SHA for 6981838 - Browse repository at this point
Copy the full SHA 6981838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2708a67 - Browse repository at this point
Copy the full SHA 2708a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d1c75d - Browse repository at this point
Copy the full SHA 4d1c75dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15dd658 - Browse repository at this point
Copy the full SHA 15dd658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4159e - Browse repository at this point
Copy the full SHA 7f4159eView commit details -
Merge branch 'master' into hot-module-reloading
# Conflicts: # README.md # package-lock.json # src/loader.js
Configuration menu - View commit details
-
Copy full SHA for 641bdce - Browse repository at this point
Copy the full SHA 641bdceView commit details