5.0.1 (2020-03-06)
5.0.0 (2020-03-05)
- The extract-loader now uses Babel to transpile the bundle code for the current Node version. This is required in order to support the new file-loader which produces ECMAScript modules. This should not be a breaking change but since Babel is also known to be kind of brittle in regards of configuration we cannot guarantee that there might be unknown/unwanted side-effects in your project setup.
4.0.3 (2020-01-29)
- explicit build before release since prePublishOnly does not run (83299e9)
4.0.2 (2020-01-29)
- adjust release action to fix build step (9216425)
4.0.1 (2020-01-28)
- handling resource paths with query parameters (b4b2c0a)
4.0.0 (2020-01-27)
- remove node v6 support (3938c75)
- remove node v6 support
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.1.0 (2018-11-26)
3.0.0 (2018-08-31)
- Add source map support (#43) (8f56c2f), closes #1
- Enable deep evaluation of dependency graph (#42) (c5aff66)
- Although the change is not breaking according to our tests, we assume that there could be problems in certain projects.
2.0.1 (2018-03-20)
Re-Release, because v2.0.0 was missing the lib/extractLoader.js
file #37
- Update package.json
engines
field to properly state Node.js 6+ support
2.0.0 (2018-03-19)
- Add support for webpack 4 (77f1a670eea87a7adea05cf66a4d54b2995be0e6)
- TypeError require(...) is not a function (050f189)
- extract-loader does now officially only support node >= 6. No guarantee for older node versions.
1.0.2 (2018-01-11)
1.0.1 (2017-08-19)
- Fix problems with aliased paths (f5a1946a7b54ef962e5af56aaf29d318efaabf66)