diff --git a/docs/guide/README.md b/docs/guide/README.md index 035f870e6..d4b89fd61 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -51,7 +51,7 @@ A more complete example webpack config will look like this: ``` js // webpack.config.js -const VueLoaderPlugin = require('vue-loader/lib/plugin') +const { VueLoaderPlugin } = require('vue-loader') module.exports = { mode: 'development',