[Vuejs]-Exclude a package from Hot Module Replacement

0👍

This was my bad… I was putting the webpack.HotModuleReplacementPlugin() outside of the plugins area, on the same level as plugins, resolve, and module.

I put it in with the other plugins and it worked. No errors.

Leave a comment