We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72246a commit bae3ce7Copy full SHA for bae3ce7
test/cases/multiple-themes-async-loading/webpack.config.js
@@ -1,6 +1,4 @@
1
-// import Self from "../../../src";
2
-
3
-const Self = require("../../../dist/cjs");
+import Self from "../../../src";
4
5
module.exports = {
6
entry: "./src/index.js",
0 commit comments