Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-07 17:28:10 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-07 17:28:10 +0300
commit8d87312d9a8109b1e48d4c4b9ace87df934e4ec3 (patch)
tree128d550a7faf45fc5d0f5ee96a4fc2bb19a66e0d /webpack.common.js
parenta02a6266061c230faf0fc1ac171df23aa554fd6a (diff)
Do not follow symlinks with webpack
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 2dc69b201a4..c337ebf3766 100644
--- a/webpack.common.js
+++ b/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))