Open webmasterslava opened 4 years ago
getting the following error when adding this plugin to webpack config: Uncaught ReferenceError: __VUE_HMR_RUNTIME__ is not defined this error disappears when I disable this plugin
Uncaught ReferenceError: __VUE_HMR_RUNTIME__ is not defined
Hi ! Just had the same issue, you can fix that by excluding the node_modules from directory-named-webpack-plugin :
resolve: { plugins: [new DirectoryNamedPlugin({ exclude: /node_modules/, })], },
getting the following error when adding this plugin to webpack config:
Uncaught ReferenceError: __VUE_HMR_RUNTIME__ is not defined
this error disappears when I disable this plugin