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 started getting this today running vulcanize and bower. It started giving the error when unrelated changes were made and then reverted. I can't reproduce this error in other repos.
Just updated from Vulcanize 0.8 to 2.0.1
Removed import statements from imports.html (as in the Differential polymer-demo) and placed them into config.vulcanize as such:
{
"polyfill": "/bower_components/webcomponentsjs/webcomponents.min.js",
"useShadowDom": true,
"imports": [
"/bower_components/core-animation/core-animation.html",
"/bower_components/core-animated-pages/core-animated-pages.html",
etc..
]
}
However receive the following error when trying to run app:
Error parsing script in /bower_components/core-animation/core-animation.html at NaN:NaN undefined
and then a whole bunch of errors to do with: "node_modules/vulcanize/node_modules/hydrolysis/lib/analyzer"
when removing the core-animation import - app runs but receive a bunch of these in the console:
"Ignoring duplicate element definition: undefined"
Using ecwyne/meteor-polymer
Any help would be much appreciated as load time is ridiculous with all the components I would like to use.
The text was updated successfully, but these errors were encountered: