mhsf-dev/next-css-obfuscator.config.ts
2024-07-23 18:49:21 -05:00

7 lines
261 B
TypeScript

module.exports = {
enable: true,
mode: "simplify-seedable", // random | simplify | simplify-seedable
refreshClassConversionJson: false, // recommended set to true if not in production
allowExtensions: [".jsx", ".tsx", ".js", ".ts", ".html", ".rsc"],
};