Skip to content

Commit 9435b5a

Browse files
author
Nicholas Martin
authored
Update build-file.js
1 parent d78cca2 commit 9435b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build-file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = ({ compiler, gitWorkTree, command, replacePattern, asset }) =>
1616
compilation.mainTemplate.hooks.assetPath.tap('asset-path', (assetPath, chunkData) => {
1717
return (typeof assetPath === 'function'
1818
? assetPath(chunkData)
19-
: assetPath).replace(replacePattern, data);
19+
: assetPath).replace(replacePattern, data)
2020
})
2121
})
2222

0 commit comments

Comments
 (0)