Skip to content

Commit

Permalink
πŸ› πŸ“ Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed May 5, 2017
1 parent 4be1e8f commit 92c05b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ However Vue.js and Chart.js are `deerDependencies` so you have to install them s

### Webpack 2
If you're using Webpack 2 it will automatically use the `jsnext:main` / `module` entry point. Which is `es/index.js`
It is a __transpiled__ es version of the source. And is not __bundled__ to a module. This way you three shaking will work. Like in the bundled version, `Vue.js` and `Chart.js` are `peerDependencies` and need to be installed.
It is a __transpiled__ es version of the source. And is not __bundled__ to a module. This way your tree shaking will work. Like in the bundled version, `Vue.js` and `Chart.js` are `peerDependencies` and need to be installed.

0 comments on commit 92c05b8

Please sign in to comment.