mhsf-dev/next-css-obfuscator.config.ts

7 lines
261 B
TypeScript
Raw Normal View History

2024-07-23 18:49:21 -05:00
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"],
};