Skip to content

Commit

Permalink
Merge pull request #21 from Kocal/develop
Browse files Browse the repository at this point in the history
Version 1.0.1
  • Loading branch information
Kocal authored Jan 1, 2018
2 parents a78fd81 + 1ebf24a commit bbd31fb
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 bbd31fb

Please sign in to comment.