Skip to content

firestorePlugin Uncaught TypeError: Cannot read property 'install' of undefined #273

@ghost

Description

Hello,
The plugin is loading fine if we start it using 'vue ui' or else, but whenever we upload the application to the server compiled/packed using 'npm run build' it shows this error:

vue.runtime.esm.js:5083 Uncaught TypeError: Cannot read property 'install' of undefined
    at Function.Er.t.use (vue.runtime.esm.js:5083)
    at Module.56d7 (main.js:9)
    at s (bootstrap:88)
    at Object.0 (bootstrap:262)
    at s (bootstrap:88)
    at t (bootstrap:45)
    at bootstrap:262
    at bootstrap:262

Where main.js line 9 is precisely:

...

Vue.use(firestorePlugin);
...

Any thoughts on what could be the issue ?

Thans!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions