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
Any module containing import('./file.js) will fail with an acorn parsing error.
Currently this package uses its own copy of acorn. Newer releases of rollup are using acorn with the dynamic-import-plugin patch. Is it possible that this package could be changed to make use of the parser that is provided by Rollup within the Plugin context. https://github.com/rollup/rollup/wiki/Plugins#plugin-context
The text was updated successfully, but these errors were encountered:
Any module containing
import('./file.js)
will fail with an acorn parsing error.Currently this package uses its own copy of acorn. Newer releases of rollup are using acorn with the dynamic-import-plugin patch. Is it possible that this package could be changed to make use of the parser that is provided by Rollup within the Plugin context. https://github.com/rollup/rollup/wiki/Plugins#plugin-context
The text was updated successfully, but these errors were encountered: