File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
common/lib/host_list_provider Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "plugins" : [
33 [" babel-plugin-transform-rewrite-imports" , {
4- "appendExtension" : " .js"
4+ "appendExtension" : " .js" ,
5+ "replaceExtensions" : {
6+ "(.+?)/common/lib$" : " $1/common/lib/index"
7+ }
58 }]
69 ]
710}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { RdsUrlType } from "../utils/rds_url_type";
2121import { RdsUtils } from "../utils/rds_utils" ;
2222import { HostListProviderService } from "../host_list_provider_service" ;
2323import { ConnectionUrlParser } from "../utils/connection_url_parser" ;
24- import { AwsWrapperError } from "../" ;
24+ import { AwsWrapperError } from "../utils/errors " ;
2525import { Messages } from "../utils/messages" ;
2626import { WrapperProperties } from "../wrapper_property" ;
2727import { logger } from "../../logutils" ;
You can’t perform that action at this time.
0 commit comments