Skip to content

Commit b0277dd

Browse files
committed
icon.xcf is not bundled anymore in .zip
1 parent febc475 commit b0277dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/webpack.config.js

Lines changed: 1 addition & 1 deletion
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)