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

Don't use "loadConfigFile" from rollup #98

Closed
lukas-schardt opened this issue Feb 7, 2022 · 1 comment · Fixed by #108
Closed

Don't use "loadConfigFile" from rollup #98

lukas-schardt opened this issue Feb 7, 2022 · 1 comment · Fixed by #108

Comments

@lukas-schardt
Copy link
Collaborator

The 'loadConfigFile' functionality is not inisde the exports map from rollup.js. This means it shows a warning in Node v16 and will break in Node v17.

We need to find an alternative way to load the rollup.config.js inside luna.

@eddyloewen
Copy link
Contributor

@lukas-schardt this should be fixed with rollup#v2.70.1 no?

See: rollup/rollup#4436

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

Successfully merging a pull request may close this issue.

2 participants