-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
Version
3.0.4
Reproduction link
https://github.com/duduluu-contrib/vue-cli-bug00
Node and OS info
node v10.11.0 / yarn 1.9.4 / OS WSL ubutun18.04
Steps to reproduce
clone the repo and checkout branch with-e2e-cypress
go into the project 'packages/ts' directory and run yarn serve
What is expected?
Expect cli-service serve and build work fine, but not.
What is actually happening?
duduluu @ duduluu-i7 : /mnt/w/me/vue-cli-bug00/packages/ts (with-e2e-cypress)
$ yarn serve
yarn run v1.9.4
$ vue-cli-service serve --open
INFO Starting development server...
Starting type checking and linting service...
Using 1 worker with 2048MB memory limit
94% after seal
ERROR Failed to compile with 1 errors 3:46:35 PM
Failed to resolve loader: babel-loader
You may need to install it. Type checking and linting in progress...
No type errors found
No lint errors found
Version: typescript 3.0.3, tslint 5.11.0
Time: 3392ms
duduluu @ duduluu-i7 : /mnt/w/me/vue-cli-bug00/packages/ts (with-e2e-cypress)
$ yarn build
yarn run v1.9.4
$ vue-cli-service build
⠙ Building for production...Starting type checking and linting service...
Using 1 worker with 2048MB memory limit
⠦ Building for production...
ERROR Failed to compile with 1 errors 3:58:37 PM
Failed to resolve loader: babel-loader
You may need to install it.
ERROR Build failed with errors.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
There is a branch without-e2e-cypress, the cli-service work fine on serve and build.
Metadata
Metadata
Assignees
Labels
No labels