Skip to content

Commit

Permalink
Merge pull request #20 from Kocal/fix/ISSUE-19
Browse files Browse the repository at this point in the history
icon.xcf is not bundled anymore in .zip
  • Loading branch information
Kocal authored Jan 1, 2018
2 parents febc475 + b0277dd commit 1ebf24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const config = {
filename: '[name].css'
}),
new CopyWebpackPlugin([
{from: 'icons', to: 'icons'},
{from: 'icons', to: 'icons', ignore: ['icon.xcf']},
{from: 'popup/popup.html', to: 'popup/popup.html'},
{from: 'manifest.json', to: 'manifest.json'}
]),
Expand Down

0 comments on commit 1ebf24a

Please sign in to comment.