From 2799da2cce167a96a3c2a73d7f05020e0c30d5a0 Mon Sep 17 00:00:00 2001 From: vakrilov Date: Mon, 8 Jul 2019 17:00:43 +0300 Subject: [PATCH] fix: default export crash --- bundle-config-loader.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";