soranoo / next-css-obfuscator

A package deeply inspired by PostCSS-Obfuscator but for Next.js.
https://next-css-obfuscator.vercel.app
MIT License
77 stars 3 forks source link

[Feature Request] Support static export #35

Closed hichemfantar closed 5 months ago

hichemfantar commented 5 months ago

Checklist

  1. [x] Read all documentation
  2. [x] No related request
  3. [x] Meaningful issue title

Is your feature request related to a problem? Please describe. Next config allows you to enable static exporting which means you don't need a node server your next app. Static exports ouputs to the out folder instead of .next

Describe the solution you'd like Targeting the out folder would be nice

Additional context Static HTML Export Output File Tracing

hichemfantar commented 5 months ago

Solved with: buildFolderPath: "out",