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

package name in a js template literal disappears #590

Closed
sodatea opened this issue Jun 19, 2019 · 2 comments
Closed

package name in a js template literal disappears #590

sodatea opened this issue Jun 19, 2019 · 2 comments
Labels

Comments

@sodatea
Copy link

sodatea commented Jun 19, 2019

Intended outcome:

The template literal remains untouched.

Actual outcome:

`import foo from 'foo'`

became

`import foo from '`

after this extension is enabled

How to reproduce the issue:

https://github.com/vuejs/vue-cli/blob/77c7c66922fe2d007ed2094db5441ebc18ca825d/packages/%40vue/cli/__tests__/Generator.spec.js#L526

@stefanbuck stefanbuck added the bug label Jun 19, 2019
@stefanbuck
Copy link
Member

#774 is fixing this as well 😄

@stefanbuck
Copy link
Member

Fix will be part of the upcoming version. Release is scheduled for early next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants
@stefanbuck @sodatea and others