sample-stenciljs-projects / wc-typeit

A web component for typewriter effect
MIT License
1 stars 0 forks source link

Reduce bundle size/optimizations #39

Open saksham-malhotra opened 7 months ago

saksham-malhotra commented 7 months ago
  1. Remove global styles and scripts
  2. Handle hydratedFlag
  3. Set invisiblePrehydration = false
  4. Add unique namespace
  5. Source map = false in prod
  6. Remove testing from prod - Possibly have another branch as develop