starbase-81/replace-script.cjs
Jordan Roher 0d3b30eeb0 Revert "Merge pull request #17 from notclickable-jordan/undo-snapshot"
This reverts commit 2000c8080b, reversing
changes made to f2df3b03d2.
2023-12-14 16:30:26 -08:00

6 lines
96 B
JavaScript

module.exports = {
files: "./dist/index.html",
from: /<script[^>]+><\/script>/gi,
to: "",
};