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 try to implement source maps generation for my vulcanized Polymer project using gulp-sourcemaps. But parsing one of source maps in browser is being broken, because I use uglify to process web-animations-next-lite.min.js library code, which has already been minified and contains comments about its original source code.
There is no way to exclude this library from bundle, as I use web-component-shards as a bundling tool, which doesn't have an exclude option yet.
Expected outcome
neon-animated-pages should import unminified version web-animations-next-lite.js here:
Description
I try to implement source maps generation for my vulcanized Polymer project using
gulp-sourcemaps
. But parsing one of source maps in browser is being broken, because I useuglify
to processweb-animations-next-lite.min.js
library code, which has already been minified and contains comments about its original source code.There is no way to exclude this library from bundle, as I use web-component-shards as a bundling tool, which doesn't have an
exclude
option yet.Expected outcome
neon-animated-pages
should import unminified versionweb-animations-next-lite.js
here:So this will be up to user to decide whether this file should be minified or not.
Actual outcome
Failed to parse SourceMap:
error in Chrome console.The text was updated successfully, but these errors were encountered: