-
Notifications
You must be signed in to change notification settings - Fork 153
Static Assets (for example: Images) #16
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
Comments
Okay, looks like for development we can use something like this:
|
The best way IMHO is to use the URL loader of webpack. This way, you will have all your assets passed through webpack. You can do many types of optimizations from here. With your method, keep in mind that you will also have to figure out a way to put the images in the |
Thanks for the reply. |
This should automatically work: see the section about urls of the css loader. |
Perfect! You are right, it works just like that. |
Hey,
Thanks a lot for this great "starter" application. Since I'm very new to all of this I have a small quastion:
What do we need to add so we can access static files like images?
The text was updated successfully, but these errors were encountered: