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

add .vue to support vue single file components #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

defcc
Copy link

@defcc defcc commented Oct 28, 2016

We use aliasify to require vue version dynamicly in vue browserify template, which uses browserify-transform-tools to process files.

Everything goes ok except the ".vue" files, which are not recognized as js type and thus are ignored. Also ".vue" single file component is become more and more popular in vue.js ecosystem. So I open this PR to add .vue to JS_EXTENSIONS.

@coveralls
Copy link

coveralls commented Oct 28, 2016

Coverage Status

Coverage remained the same at 91.892% when pulling d2c8a65 on defcc:master into 64ca9bf on benbria:master.

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

Successfully merging this pull request may close these issues.

2 participants