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
I have been going through the process of upgrading my project from Polymer 2 to 3.0. Currently I am able to get my components to load if I run polymer serve. However, I am needing to actually build the project using IIS Express. Whenever I run the project it gives me the error: Uncaught TypeError: Error resolving module specifier “@polymer/polymer/lib/legacy/polymer-fn.js”. Relative module specifiers must start with “./”, “../” or “/”. The file that it is pointing to is iron-selector.js. I'm not too sure what that file does with my current project
The text was updated successfully, but these errors were encountered:
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.
I have been going through the process of upgrading my project from Polymer 2 to 3.0. Currently I am able to get my components to load if I run
polymer serve
. However, I am needing to actually build the project using IIS Express. Whenever I run the project it gives me the error:Uncaught TypeError: Error resolving module specifier “@polymer/polymer/lib/legacy/polymer-fn.js”. Relative module specifiers must start with “./”, “../” or “/”.
The file that it is pointing to isiron-selector.js
. I'm not too sure what that file does with my current projectThe text was updated successfully, but these errors were encountered: