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

Feature/vueconfig #63

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

taxilian
Copy link

I wanted to use this with vue.config.js which wraps webpack; it has an option transpileDependencies which is just an array of node_modules which should be processed with babel-loader, so I added an option to are-you-es5 to output a simple array of module names which can be used with it.

While I was in there I made it send log messages to stderr; that way you can do e.g.:

npx are-you-es5 check -r /path/to/project > regex.txt

and it will show you the log messages, but send the usable regular expression to the file.

@obahareth
Copy link
Owner

Hey @taxilian, sorry for the delay in checking this. This definitely seems like a valuable feature, thanks for your contributions!

Do you think you could fix the CI issues and perhaps also update the README?

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