-
Notifications
You must be signed in to change notification settings - Fork 25
Project Roadmap
Kai Falkowski edited this page Jan 23, 2019
·
4 revisions
Narrative: Rework the whole plugin to do all the work in the plugin (no more loader) to be able to use the entry point names for the extracted files (similar to mini-css-extract plugin). Apart from that stop supporting the style-loader as there's no production use case.
Agenda:
- remove loader
- remove style-loader support
- rework extracted file names
Narrative: Make the plugin production ready by adding proper sourceMap support. Besides add unit/integration tests and a complete example.
Agenda:
- tests
- complete example
- proper sourceMap support