Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with webpack v4.29.0 #1476

Closed
Drezdenozk opened this issue Jan 21, 2019 · 1 comment
Closed

Doesn't work with webpack v4.29.0 #1476

Drezdenozk opened this issue Jan 21, 2019 · 1 comment

Comments

@Drezdenozk
Copy link

Version

15.5.1

Reproduction link

https://codesandbox.io/s/pmyy7494x7

Steps to reproduce

  1. Install webpack 4.29.0, vue-cli latest.
  2. try to load files like
    'components': {
    'a': () => import(./a.vue),
    },
  3. vue-cli-service build --modern

What is expected?

Build completed

What is actually happening?

Module parse failed: Unexpected token (22:9)
You may need an appropriate loader to handle this file type.


With webpack 4.28.4 works perfect

@sodatea
Copy link
Member

sodatea commented Jan 21, 2019

Duplicate of vuejs/vue-cli#3335

@sodatea sodatea marked this as a duplicate of vuejs/vue-cli#3335 Jan 21, 2019
@sodatea sodatea closed this as completed Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants