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-11-05 14:05:07 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-05 18:50:34 +0300
commit881880e5def73a7ac846a0d3b96b64395bf22ba8 (patch)
treec3630762dc4ed5228bf111e7d99d2db2bf58e1d1 /webpack.common.js
parent20eb16ea63fff0bae159fc16bd0fc86f5299bd1b (diff)
Fill reply recipients, subject and body
* Revive reply builder * Prefill reply to and cc * Revive HtmlHelper * Revive reply bodies Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 73c84b30b..7a4ef5bca 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -8,6 +8,9 @@ module.exports = {
publicPath: '/js/',
filename: 'mail.js'
},
+ node: {
+ fs: 'empty'
+ },
module: {
rules: [
{