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:
authorJulius Härtl <jus@bitgrid.net>2022-08-12 12:27:40 +0300
committerJulius Härtl <jus@bitgrid.net>2022-08-12 12:27:40 +0300
commit64cd2558eebdd381d6aaab212a1822dd41df8905 (patch)
treed3982fe45cbf8b6fd43f051dc5e44a439d06bcf9 /webpack.common.js
parent7391c8149540d16fb9ecc12568e7b8ebfcdec35c (diff)
Allow symlinks during webpack build
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 401ec6ef3f9..4d98eb579c7 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -155,7 +155,7 @@ module.exports = {
handlebars: 'handlebars/runtime',
},
extensions: ['*', '.js', '.vue'],
- symlinks: false,
+ symlinks: true,
fallback: {
stream: require.resolve('stream-browserify'),
buffer: require.resolve('buffer'),