diff --git a/docs/guide/README.md b/docs/guide/README.md index 5a6b7d623..bba077339 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -37,7 +37,6 @@ A more complete example webpack config will look like this: ``` js // webpack.config.js -const path = require('path') const VueLoaderPlugin = require('vue-loader/lib/plugin') module.exports = { diff --git a/docs/ru/guide/README.md b/docs/ru/guide/README.md index 5fc73ba27..48e9eea3d 100644 --- a/docs/ru/guide/README.md +++ b/docs/ru/guide/README.md @@ -37,7 +37,6 @@ module.exports = { ``` js // webpack.config.js -const path = require('path') const VueLoaderPlugin = require('vue-loader/lib/plugin') module.exports = { diff --git a/docs/zh/guide/README.md b/docs/zh/guide/README.md index 26638b335..0adf9c77b 100644 --- a/docs/zh/guide/README.md +++ b/docs/zh/guide/README.md @@ -37,7 +37,6 @@ module.exports = { ``` js // webpack.config.js -const path = require('path') const VueLoaderPlugin = require('vue-loader/lib/plugin') module.exports = {