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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-24 14:16:53 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-24 14:16:53 +0300
commit4e0b9d23cf659ae3d117ce7bcee09f5b0d83f289 (patch)
tree25aacd2ee2067b3955c56c8e405394279af969ad /webpack.common.js
parentc1c875db07b59f500dd5ed695f772d8f979238f9 (diff)
Switch to Avatar component from nextcloud-vue
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 9b6bf6efa..73c84b30b 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -54,6 +54,7 @@ module.exports = {
},
plugins: [new VueLoaderPlugin()],
resolve: {
- extensions: ['*', '.js', '.vue', '.json']
+ extensions: ['*', '.js', '.vue', '.json'],
+ symlinks: false
}
}; \ No newline at end of file