Skip to content

Commit

Permalink
👌 IMPROVE: Babel Preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 10, 2018
1 parent 0002f7e commit df420fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ gulp.task( 'vendorsJS', () => {
babel({
presets: [
[
'env', // Preset which compiles ES6 to ES5.
'@babel/preset-env', // Preset to compile your modern JS to ES5.
{
targets: { browsers: config.BROWSERS_LIST } // Target browser list to support.
}
Expand Down

0 comments on commit df420fb

Please sign in to comment.