Finalise docs

Notes:
* Will fill in the 'What's new' section after @arcath is finished with his article draft
* Will add the legacy branch link when it's available
This commit is contained in:
Resi Respati
2017-12-02 00:57:07 +07:00
parent c5b44ef32f
commit 75ee6f8b16
8 changed files with 102 additions and 11 deletions

View File

@@ -12,8 +12,6 @@ Then you can import these libraries just like you would any other `npm` module.
Some module bundlers even support performing further optimisations like eliminating unused module functions from your final bundled code (aka. _tree-shaking_), reducing the size of your final bundled JS even further.
[TODO: more advantages of bundling code, if any]
## Rollup
From version 3.0 onwards, the starter kit uses Rollup as its main module bundler. Some useful features of Rollup include: