Skip to content

Commit bbd31fb

Browse files
authored
Merge pull request #21 from Kocal/develop
Version 1.0.1
2 parents a78fd81 + 1ebf24a commit bbd31fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const config = {
6060
filename: '[name].css'
6161
}),
6262
new CopyWebpackPlugin([
63-
{from: 'icons', to: 'icons'},
63+
{from: 'icons', to: 'icons', ignore: ['icon.xcf']},
6464
{from: 'popup/popup.html', to: 'popup/popup.html'},
6565
{from: 'manifest.json', to: 'manifest.json'}
6666
]),

0 commit comments

Comments
 (0)