Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Build contains ES5 incompatible code #773

@slurmulon

Description

@slurmulon

Problem

vue-meta is producing bundles that contain syntax features that are incompatible with ES5+.:

This causes syntax errors to be reported on (at least) the following browsers, rendering any app using vue-meta unusable:

Ideally the build would contain code that is transpiled/polyfilled to support browsers compatible with ES5+.

Solution

Use @rollup/plugin-babel@^5.x in the build script to transpile the code for all module formats.

Environment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions