chore(NA): replace babel config files by inline presets by default in the jsts_transpiler rule (#110620)

* chore(NA): replace babel config files by inline presets by default in the js_ts_transpiler rule

* chore(NA): update @kbn/ace build to exclude worker file

* chore(NA): remove config file support

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Tiago Costa 2021-09-03 21:17:46 +01:00 committed by GitHub
parent c6aa4f625c
commit 7c4e4f507b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
88 changed files with 39 additions and 277 deletions

View file

@ -1,4 +0,0 @@
{
"presets": ["@kbn/babel-preset/node_preset"],
"ignore": ["**/*.test.ts", "**/*.test.tsx"]
}

View file

@ -1,4 +0,0 @@
{
"presets": ["@kbn/babel-preset/webpack_preset"],
"ignore": ["**/*.test.ts", "**/*.test.tsx"]
}

View file

@ -56,7 +56,7 @@ jsts_transpiler(
name = "target_web",
srcs = SRCS,
build_pkg_name = package_name(),
config_file = ".babelrc.browser"
web = True,
)
ts_config(