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
Is there any way (in development, not production) to disable Javascript transpilation? I'm targeting
last 1 Chrome versions
and have verifiednpx browserslist
returnschrome 94
and yet I'm still getting ES5 code.