Skip to content

Commit

Permalink
fix(NA): bundle sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 14, 2022
1 parent a89d17a commit 8aefe84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/kbn-server-route-repository/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -18,4 +18,4 @@ export type {
ServerRoute,
RouteParamsRT,
RouteState,
} from './typings';
} from './src/typings';

0 comments on commit 8aefe84

Please sign in to comment.