Change Log
2.2.4 - Unreleased
2.2.3 - 2021-06-21
- Fix regression introduced in 2.2.2 for "causes TypeError: Cannot read property 'indexOf' of undefined". #145 by Juan Antonio Gómez.
2.2.2 - 2021-06-16
- De-duplicate hoisted imports and avoid rewriting imports of built-ins. #142 by Jan Amann.
2.2.1 - 2021-04-14
2.2.0 - 2020-09-19
- Add verbose error message when any of the specified resource globs don't return any files. Fixes: #38. #134 by Toms Burgmanis.
2.1.1 - 2020-09-19
- Package cleanup: reduce published files and dependencies (#126, #127) #128 by Thibaud Colas.
2.1.0 - 2020-07-22
- Supports the new Sass module system released with Dart Sass 1.23.0. The use of @use is recommended instead of @import. #117 by Toms Burgmanis.
2.0.3 - 2020-04-13
2.0.2 - 2020-04-12
2.0.1 - 2019-05-25
2.0.0 - 2018-11-06
- Puts back in reverted changes from 1.3.4, support for Webpack v4 and no support for Webpack v1. #66 by david-ogalego.
1.3.5 - 2018-11-05
- Reverts commit for 1.3.4 to avoid breaking change users of webpack v1. #81 by justin808.
1.3.4 - 2018-10-14
- Supports Webpack 4 and removed support for Webpack v1.
1.3.3 - 2017-07-15
- Added support for
@import
rules in resource files #34 by coditect
Added
- Added glob pattern matching for resources files #10 by rtivital.
For other releases see GitHub Releases section.