Skip to content

Commit 49260a4

Browse files
committed
🔨 fix demo build
1 parent d234685 commit 49260a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/demo/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config: Configuration = {
1313
entry: "./index",
1414
resolve: { extensions: [".ts", ".js"] },
1515
output: {
16-
path: path.join(__dirname, "dist", "demo"),
16+
path: path.join(__dirname, "dist"),
1717
filename: "[contenthash].js",
1818
publicPath: "/" + basePathname.map((x) => x + "/").join(""),
1919
},

0 commit comments

Comments
 (0)