d-lowl / chrome-extension-svelte-boilerplate

MIT License
116 stars 18 forks source link

I've got too many `blahblah.hot-update.json` file in my build directory. #13

Closed Neulhan closed 4 years ago

Neulhan commented 4 years ago

Everytime I save my file in src directory, I get 2 hot-update.json file. Although this project works nicely and I like it, too many json file makes me uncomfortable. Do I have to remove all blahblah.hot-update.json file every time except recent 2 files? Or did I run this project with wrong way?

Here is bash shell script that I exec.

git clone https://github.com/d-lowl/chrome-extension-svelte-boilerplate.git
cd chrome-extension-svelte-boilerplate
npm i 
PORT=6002 npm start

and I modify files in src directory. (Each save action made two blahblah.hot-update.json files)

My environment is MacOs 15 and npm 6.14.7.