Browse Source

Mention Rollup (#2379)

main
Michael Hienle 6 years ago
committed by Alexey Pyltsyn
parent
commit
4136300bff
  1. 2
      content/docs/code-splitting.md

2
content/docs/code-splitting.md

@ -63,7 +63,7 @@ it so large that your app takes a long time to load.
To avoid winding up with a large bundle, it's good to get ahead of the problem
and start "splitting" your bundle.
[Code-Splitting](https://webpack.js.org/guides/code-splitting/) is a feature
supported by bundlers like Webpack and Browserify (via
supported by bundlers like Webpack, [Rollup](https://rollupjs.org/guide/en/#code-splitting) and Browserify (via
[factor-bundle](https://github.com/browserify/factor-bundle)) which can create
multiple bundles that can be dynamically loaded at runtime.

Loading…
Cancel
Save