Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Nov 2, 2024
1 parent e20da23 commit 2237545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/create-webpack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit 2237545

Please sign in to comment.