Don't include node_modules HTML or SVG files
This commit is contained in:
parent
6a5b86d4e1
commit
651b607078
1 changed files with 2 additions and 0 deletions
|
@ -34,10 +34,12 @@ module.exports = {
|
|||
{
|
||||
from: '**/index.html',
|
||||
to: './',
|
||||
ignore: ['node_modules/*'],
|
||||
},
|
||||
{
|
||||
from: '**/*.svg',
|
||||
to: './',
|
||||
ignore: ['node_modules/*'],
|
||||
},
|
||||
{
|
||||
from: 'theme/*',
|
||||
|
|
Loading…
Reference in a new issue