mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fix(NA): bundle sizes
This commit is contained in:
parent
a89d17a358
commit
8aefe84fbc
2 changed files with 4 additions and 4 deletions
|
@ -66,7 +66,7 @@ jsts_transpiler(
|
|||
jsts_transpiler(
|
||||
name = "target_web",
|
||||
srcs = [
|
||||
"src/web_index.ts",
|
||||
"web_index.ts",
|
||||
"src/format_request.ts",
|
||||
"src/parse_endpoint.ts",
|
||||
],
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
* Side Public License, v 1.
|
||||
*/
|
||||
|
||||
export { formatRequest } from './format_request';
|
||||
export { parseEndpoint } from './parse_endpoint';
|
||||
export { formatRequest } from './src/format_request';
|
||||
export { parseEndpoint } from './src/parse_endpoint';
|
||||
export type {
|
||||
RouteRepositoryClient,
|
||||
ReturnOf,
|
||||
|
@ -18,4 +18,4 @@ export type {
|
|||
ServerRoute,
|
||||
RouteParamsRT,
|
||||
RouteState,
|
||||
} from './typings';
|
||||
} from './src/typings';
|
Loading…
Add table
Add a link
Reference in a new issue