Do not follow symlinks with webpack
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
a02a626606
commit
8d87312d9a
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