Skip to content

Commit

Permalink
fix path to copy public assets
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Sep 19, 2023
1 parent d324d1d commit 0eb501c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/instrumentation.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function createConfig({
})
),
copy({
targets: [{ src: ['public/**', '!public/index.html'], dest: '${output.dir}' }]
targets: [{ src: ['public/**', '!public/index.html'], dest: `${jsOutputDirectory}` }]
}),
// Resolving plugins
replace(
Expand Down

0 comments on commit 0eb501c

Please sign in to comment.