Skip to content

Commit

Permalink
fixup! docs: update configuration example to import plugin from the m…
Browse files Browse the repository at this point in the history
…ain entry
  • Loading branch information
sodatea committed Mar 4, 2021
1 parent 434357c commit b53ae44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/README.md
Expand Up @@ -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',
Expand Down

0 comments on commit b53ae44

Please sign in to comment.