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
Builds.bundle.excludes has no effect (tested in 1.7.1 and 1.7.2). After downgrading to 1.6.0, they work again. Note that I didn't get to test the versions in between.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
Builds.bundle.excludes has no effect (tested in 1.7.1 and 1.7.2). After downgrading to 1.6.0, they work again. Note that I didn't get to test the versions in between.
Versions & Environment
Steps to Reproduce
polymer init application
<script src="test.js"></script>
builds.bundle.excludes
polymer build
Expected Results
test.js
should be loaded viascript src
in build outputActual Results
Content of
test.js
is inlined.The text was updated successfully, but these errors were encountered: