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
This is related to #3402 most likely. When using polymer serve to view an asset that dynamically imports via bare import syntax, it fails to resolve correctly.
import("@polymer/paper-button/paper-button.js");
This is most likely due to a timing issue in the babel transform related to doing this as it was the case in the similar issue with build.
The text was updated successfully, but these errors were encountered:
Firefox 67 shipped yesterday (May 21, 2019) which provides native support for dynamic imports. Updating browser-capabilities to sidestep this issue for the future.
I'm surprised the bare import resolution didn't solve this but good call, then it'll at least work w/ the latest and greatest polyserve locally (which is probably fine)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is related to #3402 most likely. When using
polymer serve
to view an asset that dynamically imports via bare import syntax, it fails to resolve correctly.This is most likely due to a timing issue in the babel transform related to doing this as it was the case in the similar issue with build.
The text was updated successfully, but these errors were encountered: