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
Hi @limonte sorry for the delay with this change (I was researching on this topic), but I was wondering if we should replace the deprecated jsnext:main with pkg.module or get rid of that entirely. What do you think?
Just for the record, at the time of this comment, the issue reported here wasn't reproducible anymore (the output of parcel command did not have any arrows functions in it).
Just for the record, at the time of this comment, the issue reported here wasn't reproducible anymore (the output of parcel command did not have any arrows functions in it).
What is the problem...
Can not use Parcel + sweetalert2 + IE 9. because transpile result contain arrow function.
the official demo with Parcel also contain arrow function. You can find arrow function from build dist easily.
It's not bug of Parcel. The full story is here.
parcel-bundler/parcel#1037
Please fix it correctly
Please fix
jsnext:main
correctly. It must be ES6-module entry point.The text was updated successfully, but these errors were encountered: