DEV: Remove vendored babel and update config for plugins/themes (#17832)

The new plugin list is based on the ones currently used in our ember-cli pipeline, and are based on our official browser support policy.

This commit includes an update to the raw-handlebars compiler to remove the 'very hacky but lets us use ES6' code. It's  served us well for the last 6 years, but the babel config changes broke it (`const` -> `let`). This commit takes the opportunity to refactor it to take a similar approach to PrettyText, by leaning on `mini-loader.js`.
This commit is contained in:
David Taylor
2022-08-09 11:53:24 +01:00
committed by GitHub
parent 169f2ad443
commit 7f9c2c0bfb
7 changed files with 70 additions and 49 deletions

File diff suppressed because one or more lines are too long