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-loader is missing #209

Closed
tleunen opened this issue Mar 25, 2016 · 5 comments
Closed

url-loader is missing #209

tleunen opened this issue Mar 25, 2016 · 5 comments

Comments

@tleunen
Copy link
Contributor

tleunen commented Mar 25, 2016

Webpack uses the url-loader to load the woff fonts, but the package is missing from the dependencies
https://github.com/gatsbyjs/gatsby/blob/master/lib/utils/webpack.config.js#L203-L207

@KyleAMathews
Copy link
Contributor

Ooops :-| want to add a PR to fix this?

@tleunen
Copy link
Contributor Author

tleunen commented Mar 28, 2016

Thanks Kyle, sorry. I was very busy this weekend :/

@KyleAMathews
Copy link
Contributor

No worries :-)
On Sun, Mar 27, 2016 at 8:34 PM Tommy notifications@github.com wrote:

Thanks Kyle, sorry. I was very busy this weekend :/


You are receiving this because you modified the open/close state.

Reply to this email directly or view it on GitHub
#209 (comment)

@abenjamin765
Copy link

This seems to still be an issue...

@zauni
Copy link
Contributor

zauni commented Aug 10, 2018

Hello @abenjamin765

which error messages do you get? Because the url-loader dependency is in v1 and v2 of gatsby:

v1:

"url-loader": "^0.6.2",

v2:

"url-loader": "^1.0.1",

The url-loader dependency is no longer in the root package.json file, but in the packages/gatsby/package.json file. Maybe you can add a bit more about your environment and which versions you are using.

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

4 participants