Skip to content

Commit 92c05b8

Browse files
committed
πŸ› πŸ“ Update docs
1 parent 4be1e8f commit 92c05b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Ždocs/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,4 @@ However Vue.js and Chart.js are `deerDependencies` so you have to install them s
316316

317317
### Webpack 2
318318
If you're using Webpack 2 it will automatically use the `jsnext:main` / `module` entry point. Which is `es/index.js`
319-
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.
319+
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 commit comments

Comments
Β (0)