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
Running into this error on a large repo building a ton of v2 addons. It is not happening everywhere, rather rarely, so maybe some kind of race condition?
Stack trace (anonymized):
(plugin copy-assets) RollupError: Cannot call "addWatchFile" after the build has finished.
at error (/xxx/somepackage/node_modules/rollup/dist/shared/rollup.js:353:30)
at Object.error (/xxx/somepackage/node_modules/rollup/dist/shared/rollup.js:1721:20)
at Object.addWatchFile (/xxx/somepackage/node_modules/rollup/dist/shared/rollup.js:1713:29)
at Object.generateBundle (/xxx/node_modules/@embroider/addon-dev/src/rollup-keep-assets.ts:41:14)
at /xxx/somepackage/node_modules/rollup/dist/shared/rollup.js:1914:40
Nvm, this was due to being on an older rollup version. Missed the discussion here, and the new peer dependency. (we have so many peer dependency issues 😅 )
Running into this error on a large repo building a ton of v2 addons. It is not happening everywhere, rather rarely, so maybe some kind of race condition?
Stack trace (anonymized):
Likely related to #2007 /cc @vstefanovic97
The text was updated successfully, but these errors were encountered: