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

Fragment's in polymer.json don't support globs, causes silent build failure #494

Open
jsilvermist opened this issue Jun 9, 2018 · 4 comments
Labels

Comments

@jsilvermist
Copy link
Contributor

jsilvermist commented Jun 9, 2018

Currently you have to list out each fragment manually, which causes another point of redundancy when trying to use unanalyzable dynamic imports, requiring many lines of fragments verses one, eg.

"fragments": ["src/**/my-view-*.js"]

Currently this is causing silent build failure, only giving the output:

$ polymer build

info: [cli.command.build]    Clearing build\ directory...
info: [cli.build.build]    (es6-unbundled) Building...

$ |
@LarsDenBakker
Copy link
Contributor

Any update on this?

@stale
Copy link

stale bot commented Mar 4, 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 4, 2020
@arokiasamy-stack
Copy link

If i add fragment options then node_modules is not creating since i enabled npm: true option

@stale
Copy link

stale bot commented Jul 16, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants