Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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.

@phated phated closed this as completed in 7239cf1 Nov 19, 2018
@phated
Copy link
Member

phated commented Nov 19, 2018

Updated! Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment