From 223754516b6034eb1f6eed9be41764ca183c8a43 Mon Sep 17 00:00:00 2001 From: Erin Millard Date: Sat, 2 Nov 2024 18:08:18 +1000 Subject: [PATCH] WIP --- test/create-webpack-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/create-webpack-config.js b/test/create-webpack-config.js index 37b42a9..819597e 100644 --- a/test/create-webpack-config.js +++ b/test/create-webpack-config.js @@ -12,7 +12,7 @@ export function createWebpackConfig(fixture) { context: resolve(import.meta.dirname, "fixture", fixture), entry: "./index.html", output: { - path: resolve(import.meta.dirname, "../artifacts/integration"), + path: resolve(import.meta.dirname, "../artifacts/test/output", fixture), filename: "bundle.js", publicPath: "/path/to/public/", assetModuleFilename: "[name].public[ext][query]",