-
-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Closed
Labels
Description
Hi all,
I'm using create-react-app to create my small React application. In my application, I'm using some JSON files as data-source and load the data from JSON files to code with the statement below:
import components from './components.json';
However, when I try to run yarn build. It doesn't include the json file into build folder. Anyone know how to fix the issue?
Thanks in advanced.