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

Url in render to files over 10k #64

Closed
FantasticFiasco opened this issue Nov 17, 2017 · 4 comments
Closed

Url in render to files over 10k #64

FantasticFiasco opened this issue Nov 17, 2017 · 4 comments

Comments

@FantasticFiasco
Copy link

In my project I noticed that an img tag stopped rendering the image when I increased the resolution and thus the size. With the new resolution the image was over 10k, which perhaps is the breaking point.

I was wondering how I should solve the issue. The url-loader seems to fall back on the file-loader, but according to your code here, since you don't define a limit the default of 10k is used.

Any idea on whether I should change anything on my end or this is an issue in electron-webpack?

@develar
Copy link
Member

develar commented Nov 17, 2017

I see https://github.com/FantasticFiasco/searchlight/blob/master/src/renderer/components/app-details.vue ... Since your project is public, I will grab and fix the issue in 2 days.

@FantasticFiasco
Copy link
Author

Thanks!

@FantasticFiasco
Copy link
Author

Any way I can help with this issue?

@FantasticFiasco
Copy link
Author

I've created a branch on which this issue can be viewed: https://github.com/FantasticFiasco/searchlight/tree/issue/175

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

No branches or pull requests

2 participants