Do not follow symlinks with webpack

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2019-10-07 16:28:10 +02:00
parent a02a626606
commit 8d87312d9a
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 2 additions and 1 deletions

View File

@ -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))