Jyyjy commented on issue #374: URL: https://github.com/apache/flagon-useralejs/issues/374#issuecomment-1675253549
The new Rollup version moves from CommonJS to an ES module format for the config. A quick fix is to add `--bundleConfigAsCjs`, which will treat the config as CommonJS. Alternatively, we could change `rollup.config.js` to ES module syntax. https://rollupjs.org/migration/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@flagon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@flagon.apache.org For additional commands, e-mail: notifications-h...@flagon.apache.org