Browse Source
Do not follow symlinks with webpack
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/17448/head
John Molakvoæ (skjnldsv)
6 years ago
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with
2 additions and
1 deletions
-
webpack.common.js
|
|
|
@ -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)) |