From 92c05b838c3858902d60935ff62ef5266307afc0 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Fri, 5 May 2017 19:38:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=F0=9F=93=9D=20Update=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 99db448b..9dcf202a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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.