All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- lib/processCss: don't check
mode
for url
handling (options.modules
) (#698) (c788450)
- getLocalIdent: add
rootContext
support (webpack >= v4.0.0
) (#681) (9f876d2)
- loader: correctly check if source map is
undefined
(#641) (0dccfa9)
- proper URL escaping and wrapping (
url()
) (#627) (8897d44)
- pass resolver to
localsLoader
(options.alias
) (#601) (8f1b57c)
- add support for aliases starting with
/
(options.alias
) (#597) (63567f2)
- match mutliple dashes (
options.camelCase
) (#556) (1fee601)
- stricter
[@import](https://github.com/import)
tolerance (#593) (2e4ec09)
- preserve leading underscore in class names (#543) (f6673c8)
- generate source maps only when explicitly set (#478) (b8f5c8f)
- sourcemaps: use abs paths & remove sourceRoot (c769ac3)
minimizeOptions
should be query.minimize
! (16c0858)
- do not export duplicate keys (#420) (a2b85d7)
- allow removal of original class name (#445) (3f78361)
- Include the sourceMappingURL & sourceURL when toString() (6da7e90)