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
It kind of works but spread operators aren't working. I can only think this is because the code is running in a quickJS web assembly sandbox. What I would like to do is target a pre spread chrome version such as 45 however when I target anything less than 60, parcel's output starts to use import commands which also doesn't work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am currently building a Figma plugin and bundling with Parcel. Details about how the plugins are executed can be found here.
https://www.figma.com/plugin-docs/how-plugins-run/
So far I've been using
It kind of works but spread operators aren't working. I can only think this is because the code is running in a quickJS web assembly sandbox. What I would like to do is target a pre spread chrome version such as 45 however when I target anything less than 60, parcel's output starts to use import commands which also doesn't work.
Any advice here would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions