Do not follow symlinks with webpack (#17448)
Do not follow symlinks with webpack
This commit is contained in:
commit
f8d1990eb8
1 changed files with 2 additions and 1 deletions
|
@ -93,6 +93,7 @@ module.exports = []
|
|||
// make sure to use the handlebar runtime when importing
|
||||
handlebars: 'handlebars/runtime'
|
||||
},
|
||||
extensions: ['*', '.js', '.vue']
|
||||
extensions: ['*', '.js', '.vue'],
|
||||
symlinks: false
|
||||
}
|
||||
}, config))
|
||||
|
|
Loading…
Reference in a new issue