🔨 fix demo build

This commit is contained in:
platane
2020-07-19 18:24:48 +02:00
parent 29646e97a1
commit 4e3c4b8e18

View File

@@ -13,7 +13,7 @@ const config: Configuration = {
entry: "./index",
resolve: { extensions: [".ts", ".js"] },
output: {
path: path.join(__dirname, "dist", "demo"),
path: path.join(__dirname, "dist"),
filename: "[contenthash].js",
publicPath: "/" + basePathname.map((x) => x + "/").join(""),
},