AloisSeckar / AloisSeckar/nuxt-ignis
Reconsider default setup
Open
maintenance
question
v0.7 target
- Dominant language
- TypeScript
- Stars
- 18
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Following "default" integrations inflate the bundle size quite a lot. It should be re-considered, whether to include (all of) them by default or let users decide whether they need them:
```
NUXT_PUBLIC_IGNIS_DEFAULT_IMAGE=false
NUXT_PUBLIC_IGNIS_DEFAULT_SCRIPTS=false
NUXT_PUBLIC_IGNIS_DEFAULT_SECURITY=false
NUXT_PUBLIC_IGNIS_DEFAULT_AUTH=false
```
This reduced `Σ Total size: 28.4 MB (10.7 MB gzip)` down to `Σ Total size: 3.76 MB (971 kB gzip)`
Contributor guide
Assessment
This issue has not been assessed yet.