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

Added babelify browserify transform info to module. #24

Closed
wants to merge 1 commit into from

Conversation

woodcoder
Copy link

Using vueify and vue-typeahead in a project and found that the distribution JS was being included as-is (and then causing errors in the uglification).

Following the babelify advice here fixed it:
https://github.com/babel/babelify#why-arent-files-in-node_modules-being-transformed

Do you know of a better way to do this?

@pespantelis
Copy link
Owner

Hi @woodcoder, thanks for the PR!

Sorry about that, I'm using the webpack and I missed that again (#14).
Also, I prefer to compile the code instead of package.json options.

@woodcoder
Copy link
Author

No worries!

Great component -- thanks!

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

Successfully merging this pull request may close these issues.

2 participants