Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use --bundleConfigAsCjs to load rollup config #1816

Merged
merged 2 commits into from Oct 14, 2022

Commits on Oct 14, 2022

  1. Copy the full SHA
    275ea36 View commit details
    Browse the repository at this point in the history
  2. chore: use --bundleConfigAsCjs to load rollup config

    Ideally, we'd like to use a `mjs` config, but that necessitates an import type assertion for the import of `package.json`,
    and this feature is not supported by node v14.
    So we'll be able to use a `rollup.config.mjs` config only when we'll stop supporting node v14.
    See vuejs#1815
    cexbrayat committed Oct 14, 2022
    Copy the full SHA
    0c78d61 View commit details
    Browse the repository at this point in the history