🚀 add action config

This commit is contained in:
platane
2020-07-19 17:33:28 +02:00
parent 5d8cc80d2c
commit 789a9e885f
5 changed files with 78 additions and 883 deletions

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", "demo"),
filename: "[contenthash].js",
publicPath: "/" + basePathname.map((x) => x + "/").join(""),
},