diff --git a/template/README.md b/template/README.md index 05ef2b43aa..d4a542c2ee 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