v2.0.0
·
109 commits
to master
since this release
2.0.0 (2021-01-11)
⚠ BREAKING CHANGES
- minimum supported
webpackversion 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