Only allow loading .vue from vue-material-design-icons

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-05-12 19:31:08 +02:00 коммит произвёл Marco Ambrosini
Родитель ef67c151e7
Коммит 5961535709
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -37,6 +37,7 @@ module.exports = {
{
test: /\.vue$/,
loader: 'vue-loader',
exclude: /node_modules(?!(\/|\\)(vue-material-design-icons)(\/|\\))/,
},
{
test: /\.js$/,