Skip to content

Commit

Permalink
fix: remove the large image from the final bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
FutureDuck authored and lfilho committed Jun 16, 2020
1 parent 64777a2 commit 86b574f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@
},
"webExt": {
"sourceDir": "src",
"artifactsDir": "dist"
"artifactsDir": "dist",
"ignoreFiles": [
"images/duck-with-shades.png"
]
},
"dependencies": {}
}

0 comments on commit 86b574f

Please sign in to comment.