If you use vueify , and you are wondering why you get changes in your assembly without changing anything, make sure you use vueify with process.env.NODE_ENV set to 'production' . Otherwise, it generates a hot reload code that has new data-v-* hashes for each build.
source share