Skip to content

v1.8.6

Compare
Choose a tag to compare
@ekashida ekashida released this 15 Oct 14:48
· 1793 commits to master since this release

Bug fixes

  • #2055: Explicit import of JavaScript transform plugins. The way LWC uses Babel causes it to load different transform versions depending on the node_modules structure of downstream projects. Explicitly importing these transforms sidesteps that issue, ensuring that we get the expected version during compilation.