Skip to content

10.1.0: Uncaught ReferenceError: process is not defined #599

Closed
@johman10

Description

@johman10

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions