starbase-81/replace-script.cjs
2023-12-14 11:24:08 -08:00

6 lines
96 B
JavaScript

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