summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorJohannes Merkel <mail@johannesgge.de>2023-04-23 15:19:17 +0200
committerJohannes Merkel <mail@johannesgge.de>2023-04-28 12:07:45 +0200
commitd4942b367b84c2f098ece3393b8151de1dad7368 (patch)
tree1d61348f65c5c25cb0d07f9f1374dd3204100f5e /webpack.config.js
parent3cd4e113a953a6b0902db1b7b8e358cd011a7d83 (diff)
enh: Add crop component for contact picture
- add cropperjs package Signed-off-by: Johannes Merkel <mail@johannesgge.de>
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 5574a804..b1b34c3b 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -19,4 +19,6 @@ webpackConfig.module.rules.push({
webpackConfig.resolve.extensions = ['.js', '.vue', '.ts', '.tsx']
+webpackConfig.resolve.fallback = {"fs": false}
+
module.exports = webpackConfig