soranoo / next-css-obfuscator

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

Laravel Breeze NextJS: Laravel Doesn't work with this. #39

Closed WavaDev closed 3 months ago

WavaDev commented 3 months ago

The issue is that Laravel doesn't use npm start - it works right after using npm run build. However, the obfuscator runs after the build, so the application doesn't update.

soranoo commented 3 months ago

Please follow the bug report format.

WavaDev commented 3 months ago

The issue is that Laravel doesn't use npm start - it works right after using npm run build. However, the obfuscator runs after the build, so the application doesn't update.

40