Fix compatibility with nextcloud-vue > 3.9.0

The material design icon loaders were affected by a recent change and we
need to stop excluding them for the compilation to work again.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Vincent Petry 2021-04-15 18:17:54 +02:00
Родитель f549e525bc
Коммит b9624f8422
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E055D6A4D513575C
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -42,9 +42,6 @@ module.exports = {
{
test: /\.vue$/,
loader: 'vue-loader',
exclude: babelLoaderExcludeNodeModulesExcept([
'vue-material-design-icons',
]),
},
{
test: /\.js$/,