We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7562737 commit 393a2bdCopy full SHA for 393a2bd
index.js
@@ -2,13 +2,13 @@ const VueAutoRoutingPlugin = require('vue-auto-routing/lib/webpack-plugin')
2
3
const defaultOptions = {
4
pages: 'src/pages',
5
- nested: true,
+ nested: true
6
}
7
8
module.exports = (api, options) => {
9
const pluginOptions = {
10
...defaultOptions,
11
- ...(options.pluginOptions && options.pluginOptions.autoRouting),
+ ...(options.pluginOptions && options.pluginOptions.autoRouting)
12
13
14
api.chainWebpack(webpackConfig => {
0 commit comments