Skip to content
This repository was archived by the owner on Jun 30, 2020. It is now read-only.
This repository was archived by the owner on Jun 30, 2020. It is now read-only.

Babel 7.4 - babelHelpers.taggedTemplateLiteral() now showing up in ES6 build #33

@moderndeveloperllc

Description

@moderndeveloperllc

@web-padawan Don't think this is an issue with your code, but it's going to cause problems since babel-helpers isn't included for module builds. Updating to Babel 7.4 includes what appears(?) to be a rather big change to how @babel/preset-env decides what modules to polyfill. This article touches on that. Even with useBuiltIns: false,, it still changes.

Basically, for some reason the ES6 build now thinks that all the tagged template literals (all web components) now needs a babelHelpers.taggedTemplateLiteral wrapper.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions