emberjs / ember-cli-babel

Ember CLI plugin for Babel
MIT License
153 stars 119 forks source link

Disabling Javascript transpilation #416

Closed navels closed 2 years ago

navels commented 2 years ago

Is there any way (in development, not production) to disable Javascript transpilation? I'm targeting last 1 Chrome versions and have verified npx browserslist returns chrome 94 and yet I'm still getting ES5 code.

ember-cli-babel: 7.22.1
ember-cli: 3.20.2
node: 16.10.0
os: darwin arm64
navels commented 2 years ago

Ah . . . it seems my code is using some ES2022 constructs . . . never mind :-)