Closed
Description
Hi!
I just updated Vue loader to the newest version 10.1.0 but I seem to get an error when loading the page. It's complaining that process is not defined.
I traced it down to this line:
07b9452#diff-4faad1ca329bebe3369cba6e6d9fec39R14
Seems like you're assuming that a certain variable will be available but might not be the case? Not sure though.
I think we are using Vue loader in a pretty straightforward matter:
module: {
loaders: [
{
test: /\.vue$/,
loader: 'vue'
}
]
}
Hope this can be fixed somehow?
Metadata
Metadata
Assignees
Labels
No labels