Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 35d7385

Browse files
author
Alexander Vakrilov
authored
fix: default export crash (#971)
1 parent f1e8081 commit 35d7385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bundle-config-loader.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import unitTestingConfigLoader from "./unit-testing-config-loader";
1+
import * as unitTestingConfigLoader from "./unit-testing-config-loader";
22
import { loader } from "webpack";
33
import { getOptions } from "loader-utils";
44

0 commit comments

Comments
 (0)