1.0.0 (2020-06-10)
⚠ BREAKING CHANGES
- minimum supported Node.js version is
10.13
- minimum supported
webpack
version is4
exports
values moved to theexports
option, please read- generates ES module named exports by default (
exports { Foo }
) - multiple exports in the
inline
syntax were changed, please read
Features
- validate options
- support webpack 5
- implemented the
type
option (exports can be CommonsJS or ES module format) - exports can be described using a string or an object value
- implemented the ability to generate multiple experts
- improved support of
inline
usage
Bug Fixes
export
is not used anymore for CommonJS module format