Releases: mxmul/closure-loader
Releases · mxmul/closure-loader
v0.9.2
- fix error where loader options could not be null when 'options' is present in webpack config (#45)
v0.9.1
- upgrade dependencies to fix security vulnerabilities (#43)
- fix bug where export-path overwrote existing namespaces (#41)
v0.9.0
- Adds Webpack 4 support (#40)
v0.8.1
- remove ES6+ constructs (let, const) from loader output (7d583904)
v0.8.0
- Don't add prefix/postfix when loader is run on sources with no Closure constructs (d36432e0)
- Add a test suite (6fd5d395)
- Add ESlint and Prettier (10c9b469)