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

es2015 preset is deprecated, use env #2136

Comments

@dantman
Copy link

dantman commented Mar 9, 2018

The es2015 preset described in the README is deprecated, the env preset is now preferred:
https://github.com/gulpjs/gulp/tree/4.0#use-last-javascript-version-in-your-gulpfile

Although I'm not sure how this interacts with the fact that gulpfile.babel.js should be run with {targets: {node: 'current'}} while the things run by gulp (gulp-babel, babel-loader, etc...) should have the normal targets being used for the build.

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