Added instructions for using local images (#589)

This commit is contained in:
Kyle Roach
2016-09-21 15:51:58 +01:00
committed by Dan Abramov
parent a2d0469c39
commit d2128b62f0

View File

@@ -320,6 +320,8 @@ function Header() {
export default function Header;
```
This is currently required for local images. This ensures that when the project is built, webpack will correctly move the images into the build folder, and provide us with correct paths.
This works in CSS too:
```css