From ba523d849cc6e83c07384997616f1f5c4790110c Mon Sep 17 00:00:00 2001 From: Kyle Roach Date: Mon, 5 Sep 2016 15:00:01 -0400 Subject: [PATCH] Added instructions for using local images --- template/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/README.md b/template/README.md index 05ef2b43aa9..d4a542c2eed 100644 --- a/template/README.md +++ b/template/README.md @@ -323,6 +323,8 @@ function Header() { export default function Header; ``` +When using local images, this is the required method. 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