docs/integrations.md in webpacker-5.1.1 vs docs/integrations.md in webpacker-5.2.0

- old
+ new

@@ -89,10 +89,10 @@ ``` You can read more about this in the [Vue docs](https://vuejs.org/v2/guide/installation.html#CSP-environments). ### Lazy loading integration -See [docs/es6](docs/es6.md) to know more about Webpack and Webpacker configuration. +See [docs/es6](es6.md) to know more about Webpack and Webpacker configuration. For instance, you can lazy load Vue JS components: Before: ```js