Don't include node_modules HTML or SVG files

This commit is contained in:
Henri Bergius 2018-12-15 19:35:49 +01:00
parent 6a5b86d4e1
commit 651b607078

View file

@ -34,10 +34,12 @@ module.exports = {
{
from: '**/index.html',
to: './',
ignore: ['node_modules/*'],
},
{
from: '**/*.svg',
to: './',
ignore: ['node_modules/*'],
},
{
from: 'theme/*',