Skip to content

Commit

Permalink
maybe fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 2, 2021
1 parent 9132acd commit e2e92e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function resolvePublicPath(compilation, filename) {
function resolveOutput(compilation, addedFilename, outputPath) {
if (outputPath && outputPath.length) {
/* eslint-disable no-param-reassign */
compilation.assets[`${outputPath}/${addedFilename}`] =
compilation.assets[path.join(outputPath, addedFilename)] =
compilation.assets[addedFilename];
delete compilation.assets[addedFilename];
/* eslint-enable */
Expand Down

0 comments on commit e2e92e6

Please sign in to comment.