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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-05-12 20:31:08 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-05-13 08:26:37 +0300
commit5961535709a9af1151ec274c285b93addd552ca0 (patch)
tree317ca59bcd59a526bd105dbac225b3f10e65093b /webpack.common.js
parentef67c151e730cec29fd85dac9c1ef54591074b4e (diff)
Only allow loading .vue from vue-material-design-icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 93c5db520..6b0fd495c 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -37,6 +37,7 @@ module.exports = {
{
test: /\.vue$/,
loader: 'vue-loader',
+ exclude: /node_modules(?!(\/|\\)(vue-material-design-icons)(\/|\\))/,
},
{
test: /\.js$/,