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>2020-03-26 23:08:56 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-23 10:51:42 +0300
commit74d5c73b8dfe34820c101967a827abaf020d8e15 (patch)
tree3037945b368d63b696878d59c340f18fddb5f251 /webpack.common.js
parente8772dabccd7cd6bb2e6b52ff09eb479167c3ef8 (diff)
Add classifier for new messages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 42a0777c0..010f19b08 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -62,7 +62,7 @@ module.exports = {
test: /\.(svg)$/i,
use: [
{
- loader: 'url-loader'
+ loader: 'svg-inline-loader'
}
],
exclude: path.join(__dirname, 'node_modules', '@ckeditor')