Is the generated asset file supposed to be added to version control? #228
-
I'm interested in using this plugin, but I wanted to ask how we are supposed to manage the generated manifest file. Is it supposed to be tracked using something like git? How does one use it between regular development (webpack-dev-server) vs when actually building the application for deployment? I've read another blog which mentions the manifest file, but no-one seems to talk about proper usage |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@smac89 I don't commit the manifest to git. I usually have a build and deploy step where the build artifact is generated then deployed somewhere. The usage of this plugin during development is entirely up to you and how the assets manifest will be used in your codebase. |
Beta Was this translation helpful? Give feedback.
@smac89 I don't commit the manifest to git. I usually have a build and deploy step where the build artifact is generated then deployed somewhere.
The usage of this plugin during development is entirely up to you and how the assets manifest will be used in your codebase.