Files
handlebars.js/tests/integration/webpack-babel-test/.babelrc
T
Igor Savin 2f68d9425b Migrate to oxlint and oxfmt v2 (#2130)
* Migrate to oxlint and oxfmt
* Address review comments
2026-03-10 17:27:44 +01:00

8 lines
143 B
Plaintext

{
"plugins": [
"@roundingwellos/babel-plugin-handlebars-inline-precompile"
// "istanbul"
],
"presets": [["@babel/preset-env"]]
}