webtides / luna-js

MIT License
8 stars 0 forks source link

Don't use "loadConfigFile" from rollup #98

Closed lukas-schardt closed 2 years ago

lukas-schardt commented 2 years ago

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 commented 2 years ago

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

See: https://github.com/rollup/rollup/pull/4436