You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
It is unclear to me in what environment those imports could ever have worked.
It seems acorn never had a default export
Because Rollup uses the plugin internally, Rollup may fail even if the rollup.config.js does not import the plugin
Can you describe the situation in which this is failing in more detail? acorn is never bundled into this plugin, so it normally wouldn't matter whether you do import acorn or import { parse } (the first is just a hangover from older versions of acorn), because Rollup takes care of CommonJS interop. It probably should be import { parse }, but I'd like to understand the problem before changing anything, lest it cause issues for other people.
Confusion around default and named exports
If used with rollup, errors prevent successful build
Pull request coming up…
The text was updated successfully, but these errors were encountered: