mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
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:
parent
c6aa4f625c
commit
7c4e4f507b
88 changed files with 39 additions and 277 deletions
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"presets": ["@kbn/babel-preset/node_preset"],
|
||||
"ignore": ["**/*.test.ts", "**/*.test.tsx"]
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"presets": ["@kbn/babel-preset/webpack_preset"],
|
||||
"ignore": ["**/*.test.ts", "**/*.test.tsx"]
|
||||
}
|
|
@ -56,7 +56,7 @@ jsts_transpiler(
|
|||
name = "target_web",
|
||||
srcs = SRCS,
|
||||
build_pkg_name = package_name(),
|
||||
config_file = ".babelrc.browser"
|
||||
web = True,
|
||||
)
|
||||
|
||||
ts_config(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue