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>2019-10-28 19:32:15 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-28 19:32:15 +0300
commit3512fcd615d4ae92c47693f85878154d9eb704ec (patch)
tree0f4d9576e6c4ea8e3915a2d52b1e9257af06d6b7 /webpack.common.js
parent3243363313a5929c4a4da1086c4090a1f95e6449 (diff)
Update DAVClient and now unused exports-loader
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 092d12497..2cc70b7a8 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -33,14 +33,6 @@ module.exports = {
module: {
rules: [
{
- test: /davclient/,
- use: 'exports-loader?dav'
- },
- {
- test: /ical/,
- use: 'exports-loader?ICAL'
- },
- {
test: /\.css$/,
use: ['vue-style-loader', 'css-loader']
},