Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: bundle.excludes broken in 1.7.x #2601

Open
hrkfdn opened this issue May 15, 2018 · 2 comments
Open

Regression: bundle.excludes broken in 1.7.x #2601

hrkfdn opened this issue May 15, 2018 · 2 comments

Comments

@hrkfdn
Copy link

hrkfdn commented May 15, 2018

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

  • Polymer CLI: polymer-cli 1.7.2
  • node: v8.11.1
  • Operating System: Debian GNU/Linux testing 4.14.0-3-amd64

Steps to Reproduce

  1. Create an application project: polymer init application
  2. Embed script in index.html: <script src="test.js"></script>
  3. Add "test.js" to polymer.json in builds.bundle.excludes
  4. Build: polymer build

Expected Results

test.js should be loaded via script src in build output

Actual Results

Content of test.js is inlined.

@iSuslov
Copy link

iSuslov commented Jul 20, 2018

The same for me. Why no response still? This is critical, isn't it?

@aomarks aomarks transferred this issue from Polymer/polymer-cli Jan 3, 2019
@stale
Copy link

stale bot commented Mar 3, 2020

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.

@stale stale bot added the wontfix label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants