We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d234685 commit 49260a4Copy full SHA for 49260a4
1 file changed
packages/demo/webpack.config.ts
@@ -13,7 +13,7 @@ const config: Configuration = {
13
entry: "./index",
14
resolve: { extensions: [".ts", ".js"] },
15
output: {
16
- path: path.join(__dirname, "dist", "demo"),
+ path: path.join(__dirname, "dist"),
17
filename: "[contenthash].js",
18
publicPath: "/" + basePathname.map((x) => x + "/").join(""),
19
},
0 commit comments