fixup! docs: update configuration example to import plugin from the main entry

parent 434357cd
Pipeline #457 failed with stages
...@@ -51,7 +51,7 @@ A more complete example webpack config will look like this: ...@@ -51,7 +51,7 @@ A more complete example webpack config will look like this:
``` js ``` js
// webpack.config.js // webpack.config.js
const VueLoaderPlugin = require('vue-loader/lib/plugin') const { VueLoaderPlugin } = require('vue-loader')
module.exports = { module.exports = {
mode: 'development', mode: 'development',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment