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
...such as web-animations-next.min.js, which is used by Polymer's Neon. The minifier it's been built with is generating non-strict code (specifically, it's assuming that 'this' points at window by default):
This specific case is obviously a configuration issue at web-animations' end, but there's plenty of non-strict code floating around the net and putting "use strict" at the top of the output file means that it can't be used by vulcanize. There should be an option to disable this.
The text was updated successfully, but these errors were encountered:
Oops. Sorry, my mistake --- the line's been added by babelify, not vulcanize (I'm running babelify after vulcanize). Nothing to do with Polymer. Apologies for the noise.
...such as web-animations-next.min.js, which is used by Polymer's Neon. The minifier it's been built with is generating non-strict code (specifically, it's assuming that 'this' points at window by default):
web-animations/web-animations-next#402
This specific case is obviously a configuration issue at web-animations' end, but there's plenty of non-strict code floating around the net and putting "use strict" at the top of the output file means that it can't be used by vulcanize. There should be an option to disable this.
The text was updated successfully, but these errors were encountered: