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

rollup: output.interop no longer allows value false #1522

Open
ErikBongers opened this issue May 26, 2024 · 0 comments
Open

rollup: output.interop no longer allows value false #1522

ErikBongers opened this issue May 26, 2024 · 0 comments

Comments

@ErikBongers
Copy link

Bug Report

Description of the problem

Outdated option in build configuration for rollup.
rollup.config.js (or rollup.config.mjs) contains a an option output.interop = false.
This is no longer a valid options.

Code sample

output: {
   name: 'pdfkit',
   file: pkg.main,
   format: 'cjs',
   sourcemap: true,
   interop: false <----outdated
 },

https://rollupjs.org/configuration-options/#output-interop

Your environment

  • pdfkit version: 0.15.0
  • Node version: v18.17.0
  • Rollup: v4.18.0
  • Operating System: Win10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant