How do you suggest handling manifest.json? #144
-
It looks like the manifest isn't being used anywhere. I've just been rendering it to it's default How are you handling this? |
Beta Was this translation helpful? Give feedback.
Answered by
montalvomiguelo
Jun 27, 2024
Replies: 1 comment 1 reply
-
I'm doing the same. The manifest file is used to build the snippet that loads scripts and styles during production mode. You could also add it to your .gitignore to avoid tracking it in your repository. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
james0r
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm doing the same. The manifest file is used to build the snippet that loads scripts and styles during production mode. You could also add it to your .gitignore to avoid tracking it in your repository.