зеркало из https://github.com/nextcloud/spreed.git
Only allow loading .vue from vue-material-design-icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
ef67c151e7
Коммит
5961535709
|
@ -37,6 +37,7 @@ module.exports = {
|
|||
{
|
||||
test: /\.vue$/,
|
||||
loader: 'vue-loader',
|
||||
exclude: /node_modules(?!(\/|\\)(vue-material-design-icons)(\/|\\))/,
|
||||
},
|
||||
{
|
||||
test: /\.js$/,
|
||||
|
|
Загрузка…
Ссылка в новой задаче