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)
Everytime I save my file in
src
directory, I get 2hot-update.json
file. Although this project works nicely and I like it, too many json file makes me uncomfortable. Do I have to remove allblahblah.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.
and I modify files in
src
directory. (Each save action made twoblahblah.hot-update.json
files)My environment is
MacOs 15
andnpm 6.14.7
.