Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul committed Dec 8, 2024
1 parent 01b46bb commit 793e89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-firebase-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const generateFirebaseJson = (
compilation,
) => {
const sourceGlob = htmlPluginData.outputName
.replace('/\.html/', '')
.replace('index', '@(/|index)')
.replace(/\.html/, '')
.replace(/index/, '@(/|index)')
// .replace(/404\.html/, '**/*')
// .replace(/index\.html/, '\/?(index.html)?')
// .replace(/\.html/, '(\\.html)?')
Expand Down

0 comments on commit 793e89d

Please sign in to comment.