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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-04-03 20:58:36 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-04-03 20:58:36 +0300
commit0a91eaff9b24ec8325b5fc007fc48f37c7cd336d (patch)
treef54c6b8587cd83ff72d972d5ee8b682c1260320d /webpack.common.js
parentedd1e1843a7a81da66d2652ab4942315691825be (diff)
Fix webpack config
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 2e0ad336b..555d0eb8b 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -80,5 +80,6 @@ module.exports = {
],
resolve: {
extensions: ['*', '.js', '.vue'],
+ symlinks: false,
},
}