Thinking more about Steal’s near-future roadmap. Here’s how I see the priorities:
1.0
This is mostly our last chance to make needed breaking changes. The important things are:
-
npmAlgorithm: "flat"
is the default, so this isn’t needed to be configured if using npm3+. - Upgrade to Babel 6
- Include steal-conditional in Core.
1.1
-
New plugins API
- Some small example plugins
- Clean up core to bring in all core projects like system-npm and system-json that are currently external (for no good reason).
1.2
- Dev bundles - This will allow you to bundle your
node_modules/
folder for faster development.
cc @pYr0x