v2.0.0
alexander-akait
released this
11 Jan 16:39
·
101 commits
to master
since this release
2.0.0 (2021-01-11)
⚠ BREAKING CHANGES
- minimum supported
webpack
version is5
(#58) (9176392) - inline syntax was changed:
[]
is no longer supported (i.e.exports-loader?exports[]=myVariable&exports[]=myFunction!./file.js
), please use,
(i.e.exports-loader?exports=myVariable,myFunction!./file.js
) - removed filename template support for export names and aliases (i.e.
[name]
) due unstable behaviour in some cases and very rarely used