Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.12 KB

ROADMAP.md

File metadata and controls

20 lines (19 loc) · 1.12 KB

Rollup scripts roadmap

  • Add support for ESM + CJS build command to compile JavaScript and TypeScript projects
  • Add support for UMD and IIFE builds by passing additional parameters/configuration
  • Add support for init command to add configuration files in workspace
  • Add support for lint command to lint files in workspace
  • Add support for test command to test files in workspace
  • Add support for SWC compilation for faster builds
  • Add support for CSS, SCSS, CSS modules and SCSS modules
  • Add support for JSON files
  • Add support for yaml and graphql files
  • Add support for tailwindcss
  • Add support for CSS-in-JS libraries starting with Emotion
  • Add support for --watch
  • Add support for serve command to render projects in local environment. The goal is to create a playground which would allow to test libraries locally without publishing.
  • Add support for Angular projects
  • Add support for Preact projects
  • Add support for Vue projects
  • Add support for Svelte projects
  • Add multi-package (mono-repo) support