Skip to content

Commit

Permalink
Do not copy manifest file
Browse files Browse the repository at this point in the history
The manifest is already copied by the npm script task `chrome-manifest`
  • Loading branch information
stefanbuck committed Jun 27, 2016
1 parent d2a1277 commit 07e9897
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webpack.config.js
Expand Up @@ -13,7 +13,9 @@ module.exports = {
plugins: [
new CopyWebpackPlugin([
{ from: 'assets' },
]),
], {
ignore: ['manifest.json'],
}),
],
module: {
loaders: [
Expand Down

0 comments on commit 07e9897

Please sign in to comment.