peerigon / extract-loader

webpack loader to extract HTML and CSS from the bundle
The Unlicense
317 stars 74 forks source link

Don't use random placeholders #97

Open isaacl opened 3 years ago

isaacl commented 3 years ago

Switch from random (possibly repeating) placeholds to deterministic counter which can't conflict. Adjust placeholder string to ensure regex can't match a different number.