v1.8.6
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.