Fix ignore statements
This commit is contained in:
parent
651b607078
commit
81c1ba4cf1
1 changed files with 2 additions and 2 deletions
|
@ -34,12 +34,12 @@ module.exports = {
|
|||
{
|
||||
from: '**/index.html',
|
||||
to: './',
|
||||
ignore: ['node_modules/*'],
|
||||
ignore: ['node_modules/**/*.html'],
|
||||
},
|
||||
{
|
||||
from: '**/*.svg',
|
||||
to: './',
|
||||
ignore: ['node_modules/*'],
|
||||
ignore: ['node_modules/**/*.svg'],
|
||||
},
|
||||
{
|
||||
from: 'theme/*',
|
||||
|
|
Loading…
Reference in a new issue