- Download the test-case and install dependencies (
npm i
oryarn
). - Start up the project with npm start. This should launch your web-browser at http://localhost:3000.
- Open the console, and see that undefined is logged by main.js, which attempts to log the import of ./assets/arrow.svg.
- In build/webpack.base.conf.js:59, set extract: true and run the build process again.
This repository has been archived by the owner on May 23, 2019. It is now read-only.