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 a Polymer 3 app that works with no issues. But if I build and bundle it I am having issues when bundled. I am only doing es6 for now. I have no idea how to even go about trouble shooting this..pretty stuck.
Using Polymer 3 with cli 1.9.11 on linux system.
I have a Polymer 3 app that works with no issues. But if I build and bundle it I am having issues when bundled. I am only doing es6 for now. I have no idea how to even go about trouble shooting this..pretty stuck.
Polymer.json
Error in browser:
Code from bundle:
Original code before build:
Update I then removed the mixin and now browser is complaining about
caught TypeError: Class extends value undefined is not a constructor or null
with the code:
Please, if anyone can fix this or tell me what I am doing wrong.
The text was updated successfully, but these errors were encountered: