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
When we tried to migrate to the new CLI version 2.7.0 and we noticed that the generated bundle was not valide and the following error was displayed in the console:
Hi @pallard-src, we've checked the issue and Sandeep has created a PR updating a rollup plugin. This seems to resolve the issue in the example project. Would you mind taking a look at PR #157 and see if it solves your issue in general as well? Thanks!
Hi,
When we tried to migrate to the new CLI version 2.7.0 and we noticed that the generated bundle was not valide and the following error was displayed in the console:
After investigation, it appears that this issue is caused by Rollup. Sadly tho, the proposed workaround is only available to
yarn
because theresolutions
configuration is not yet available fornpm
(currently under development asoverrides
).Would it be possible to update the rollup dependencies within the CLI ?
I took the liberty to create a clean project to demo the issue that you can fork.
Thank you !
The text was updated successfully, but these errors were encountered: