Closed
Description
When vue components (.vue
) are imported inside a server side bundle, vue-loader
tries to add the webpack hot module replacement code when building.
vue-loader/lib/template-compiler.js
Line 47 in 635560f
I think it can be fixed by checking if this.target !== 'node'
.
A bit like here:
Line 194 in 635560f
Metadata
Metadata
Assignees
Labels
No labels