Skip to content

Clean Vue.CLI install gives error (vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.) #1345

Closed
@GordonCopestake

Description

@GordonCopestake

Version

3.0.0-beta.11

Reproduction link

https://github.com/vuejs/vue-cli/blob/dev/docs/README.md

Steps to reproduce

Following current documentation here: https://github.com/vuejs/vue-cli/blob/dev/docs/README.md the following commands are ran on a clean install:

npm install -g @vue/cli

vue create myproject [choose defaults]

cd myproject

npm run serve

What is expected?

Project is compiled and ran with default website showing

What is actually happening?

A compile error

vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.


Seems the VueLoader change from v14 to v15 breaks some things. The default new create project though should be fixed ASAP as it will put off new users

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