lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.42k stars 1.07k forks source link

How to place my custom .json or .js files in the project directory and use them correctly #206

Open RyuSun1891 opened 4 months ago

RyuSun1891 commented 4 months ago

I have a .json file that defines some data and a .js file that defines some functions, but idk how to place them and how to correctly include them... Can you show me some examples? Thank you