We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a78fd81 + 1ebf24a commit bbd31fbCopy full SHA for bbd31fb
template/webpack.config.js
@@ -60,7 +60,7 @@ const config = {
60
filename: '[name].css'
61
}),
62
new CopyWebpackPlugin([
63
- {from: 'icons', to: 'icons'},
+ {from: 'icons', to: 'icons', ignore: ['icon.xcf']},
64
{from: 'popup/popup.html', to: 'popup/popup.html'},
65
{from: 'manifest.json', to: 'manifest.json'}
66
]),
0 commit comments