Skip to content

Commit bae3ce7

Browse files
test: fix
1 parent e72246a commit bae3ce7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/cases/multiple-themes-async-loading/webpack.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// import Self from "../../../src";
2-
3-
const Self = require("../../../dist/cjs");
1+
import Self from "../../../src";
42

53
module.exports = {
64
entry: "./src/index.js",

0 commit comments

Comments
 (0)