Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Releases: mxmul/closure-loader

v0.9.2

16 Jun 23:49
Compare
Choose a tag to compare
  • fix error where loader options could not be null when 'options' is present in webpack config (#45)

v0.9.1

29 May 16:47
Compare
Choose a tag to compare
  • upgrade dependencies to fix security vulnerabilities (#43)
  • fix bug where export-path overwrote existing namespaces (#41)

v0.9.0

08 Apr 20:23
Compare
Choose a tag to compare
  • Adds Webpack 4 support (#40)

v0.8.1

05 Apr 04:49
Compare
Choose a tag to compare
  • remove ES6+ constructs (let, const) from loader output (7d583904)

v0.8.0

04 Apr 23:59
8fdb534
Compare
Choose a tag to compare
  • 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)