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
During my work on mod-protocol/Frames-Fun-Extension#17 I found an issue that importing anything from @frames.js/render/{any nested path} results in incorrect bundle breaking the extension. Importing from @frames.js/render does not break the extension.
I was thinking whether it is something wrong with our package, but I was able to reproduce the issue in fresh extension repository and it boils down to @farcaster/core dependency being incorrectly inlined.
I also tried downgrading the extension to 0.86.3 but no help with that one as well
What happened?
During my work on mod-protocol/Frames-Fun-Extension#17 I found an issue that importing anything from
@frames.js/render/{any nested path}
results in incorrect bundle breaking the extension. Importing from@frames.js/render
does not break the extension.I was thinking whether it is something wrong with our package, but I was able to reproduce the issue in fresh extension repository and it boils down to
@farcaster/core
dependency being incorrectly inlined.I also tried downgrading the extension to
0.86.3
but no help with that one as wellMinimum reproducible code
https://github.com/michalkvasnicak/plasmo-incorrect-bundle-reproduction
Screenshots
Error in browser when inspecting popup
Bundled code
See the
var _utils
being declared twice.Version
Latest
What OS are you seeing the problem on?
MacOSX
What browsers are you seeing the problem on?
Chrome
Relevant log output
No response
(OPTIONAL) Contribution
Code of Conduct
The text was updated successfully, but these errors were encountered: