Skip to content

Commit 29d511c

Browse files
committed
docs(webpack): Remove old doc parts
1 parent 3247a61 commit 29d511c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,6 @@ Vue.component('line-chart', {
7171
})
7272
```
7373

74-
75-
### Browserify / Webpack 1
76-
77-
If you're using Gulp, Browserify or Webpack 1 the entry is `vue-chartjs.js` which is __transpiled__ and __bundled__ UMD Module.
78-
79-
However, Chart.js is a `peerDependencies` so you have to install it separately. In most projects This way, you can have different versions of Chart.js then in this package.
80-
81-
### Webpack 2
82-
If you're using Webpack 2 it will automatically use the `jsnext:main` / `module` entry point. Which is `es/index.js`
83-
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, `Chart.js` is a `peerDependencies` and need to be installed.
84-
85-
8674
## How to use
8775

8876
You need to import the component and then either use `extends` or `mixins` and add it.

0 commit comments

Comments
 (0)