The manifest.json
file is only available till the command npm run dev
is running and gets deleted after that. To have this file in your filesystem you need to run the build command
Fixed by running
npm run build
The manifest.json
file is only available till the command npm run dev
is running and gets deleted after that. To have this file in your filesystem you need to run the build command
Fixed by running
npm run build