-
Notifications
You must be signed in to change notification settings - Fork 20
Project Roadmap
Kai Falkowski edited this page Jul 4, 2018
·
3 revisions
Narrative: Remove features (such as minification) which are available as separate PostCSS plugins. This means support of external PostCSS plugins for the extracted files.
Agenda:
- get rid of
combine
andminimize
- add option to apply any other PostCSS plugin to the extracted files (such as minification)
Narrative: Make the plugin production ready and add some complete examples so it's easier to start using it.
Agenda:
- JS unit tests
- complete examples for common bundlers & task runner
- CSS minify support