Skip to content

Commit

Permalink
chore(build)!: compile to ES2015 instead of ES5 (#6335)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-fenichel authored Aug 10, 2022
1 parent 125184e commit f032151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gulpfiles/build_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ function compile(options) {
compilation_level: 'SIMPLE_OPTIMIZATIONS',
warning_level: argv.verbose ? 'VERBOSE' : 'DEFAULT',
language_in: 'ECMASCRIPT_2020',
language_out: 'ECMASCRIPT5_STRICT',
language_out: 'ECMASCRIPT_2015',
jscomp_off: [...JSCOMP_OFF],
rewrite_polyfills: true,
// N.B.: goog.js refers to lots of properties on goog that are not
Expand Down

0 comments on commit f032151

Please sign in to comment.