4.0.0 (2020-09-29)
⚠ BREAKING CHANGES
- minimum require
Node.js
version is10.13
, minimum requirewebpack
version is4
stylus
options were moved tostylusOptions
- the default value for the
compress
option istrue
in theproduction
mode - the
resolveUrl
option is{ nocheck: true }
by default - sourcemaps contain absolute
sources
by default
Features
- added loader options validation (#234) (6980095)
- added webpack resolver (#231) (da566a6)
- added
compress
option (5278fb4) - added
additionalData
option (#248) (9f781b7) - added
hoistAtrules
option (#276) (90ff982) - added
lineNumbers
option (#278) (637575c) - added
webpackImporter
option (#244) (bbe232a) - allow to pass
stylusOptions
using function (028a759) - allow to define raw parameter (b5c75ed)