diff --git a/bundle-config-loader.ts b/bundle-config-loader.ts index da7d4196..cd4c981b 100644 --- a/bundle-config-loader.ts +++ b/bundle-config-loader.ts @@ -1,4 +1,4 @@ -import unitTestingConfigLoader from "./unit-testing-config-loader"; +import * as unitTestingConfigLoader from "./unit-testing-config-loader"; import { loader } from "webpack"; import { getOptions } from "loader-utils";