nuxt-svg-sprite-module icon indicating copy to clipboard operation
nuxt-svg-sprite-module copied to clipboard

app.html clears after compilation

Open ErriourMe opened this issue 3 years ago • 2 comments

I began to notice the problem when there are too many files, app.html is simply cleared during compilation without errors. If there is no previously generated sprite, then everything works as it should. Why is that?

ErriourMe avatar Sep 24 '21 11:09 ErriourMe

Hey @ErriourRU - I'm not sure what you're referring to here. Are you saying that the app.html is deleted during compile time? If so, is this happening in development, or when you're statically generating a site?

gaven avatar Sep 27 '21 16:09 gaven

Yes, file is still exist but empty. It is happening after build production version (npm run build)

ErriourMe avatar Sep 27 '21 16:09 ErriourMe