v4.0.0
4.0.0 (2020-09-29)
⚠ BREAKING CHANGES
- minimum require
Node.jsversion is10.13, minimum requirewebpackversion is4 stylusoptions were moved tostylusOptions- the default value for the
compressoption istruein theproductionmode - the
resolveUrloption is{ nocheck: true }by default - sourcemaps contain absolute
sourcesby default
Features
- added loader options validation (#234) (6980095)
- added webpack resolver (#231) (da566a6)
- added
compressoption (5278fb4) - added
additionalDataoption (#248) (9f781b7) - added
hoistAtrulesoption (#276) (90ff982) - added
lineNumbersoption (#278) (637575c) - added
webpackImporteroption (#244) (bbe232a) - allow to pass
stylusOptionsusing function (028a759) - allow to define raw parameter (b5c75ed)