buildless is great but how do I built minified version for a PWA ? #1766
badpenguin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to do things buildless and it works great using CDN.
However its a PWA and after the initial "ok it can be done"
now I need to include all the file locally but
it seems the build process does not produces a minified built
i tried: pnpm run publish
but the files in the various "dist" directory does not seems minified
All reactions