Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Oct 19, 2024
1 parent 6d196a3 commit 357445f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions new-log-viewer/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ module.exports = {
from: publicPath,
globOptions: {
ignore: [
// The `replaceAll()` is needed because the plugin does not convert
// Windows paths to POSIX paths for `ignore` patterns.
// `replaceAll()` is needed because the plugin does not convert Windows
// paths to POSIX paths for `ignore` patterns.
indexHtmlPath.replaceAll("\\", "/"),
],
},
Expand Down

0 comments on commit 357445f

Please sign in to comment.