From 64cd2558eebdd381d6aaab212a1822dd41df8905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 12 Aug 2022 11:27:40 +0200 Subject: [PATCH] Allow symlinks during webpack build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),