We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ee9b6 commit b18a644Copy full SHA for b18a644
build/generate-sri.js
@@ -55,6 +55,6 @@ files.forEach((file) => {
55
56
console.log(`${file.configPropertyName}: ${integrity}`)
57
58
- sh.sed('-i', new RegExp(`(\\s${file.configPropertyName}:\\s+"|')(\\S+)("|')`), '$1' + integrity + '$3', configFile)
+ sh.sed('-i', `(\\s${file.configPropertyName}:\\s+"|')(\\S+)("|')`, '$1' + integrity + '$3', configFile)
59
})
60
0 commit comments