We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434357c commit b53ae44Copy full SHA for b53ae44
docs/guide/README.md
@@ -51,7 +51,7 @@ A more complete example webpack config will look like this:
51
52
``` js
53
// webpack.config.js
54
-const VueLoaderPlugin = require('vue-loader/lib/plugin')
+const { VueLoaderPlugin } = require('vue-loader')
55
56
module.exports = {
57
mode: 'development',
0 commit comments