Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-08-04 11:00:27 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-08-04 22:36:22 +0300
commit71b62c4203a25beefeab73f73668919c813e3a50 (patch)
treee75b6b0338ed800ddf88bfe27ce6703045c18e48 /webpack.common.js
parent6eced42b7a40f5b0ea0489244583219d0ee2e7af (diff)
Show mime icon, bump bundles, make the SearchResultEntry class non-abstract, Fix header search icon, various fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 6cd7c789084..979ff6e5708 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -81,7 +81,9 @@ module.exports = []
{
test: /\.vue$/,
loader: 'vue-loader',
- exclude: /node_modules/,
+ exclude: BabelLoaderExcludeNodeModulesExcept([
+ 'vue-material-design-icons',
+ ]),
},
{
test: /\.js$/,