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
Shop#master (Polymer 2.0) uses the es6-unbundled preset which uses the addPushManifest build configuration. Today, running polymer build generates a push-manifest.json that references dependencies as siblings:
Shop#master (Polymer 2.0) uses the
es6-unbundled
preset which uses theaddPushManifest
build configuration. Today, runningpolymer build
generates a push-manifest.json that references dependencies as siblings:Expected
Previously, they are correctly referenced as files within
bower_components
:This regressed sometime during the run-up to the Polymer 3.0 release.
The text was updated successfully, but these errors were encountered: