Skip to content

Commit

Permalink
docs: no need to copy favicon when HtmlWebpackPlugin does it anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 6, 2022
1 parent c032f09 commit 1c904d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/webpack-demo-vanilla-bundle/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ module.exports = ({ production } = {}) => ({
}),
new CopyWebpackPlugin({
patterns: [
{ from: `${srcDir}/favicon.ico`, to: 'favicon.ico' },
{ from: 'assets', to: 'assets' },
{ from: 'src/examples/data', to: 'assets/data' }
]
Expand Down

0 comments on commit 1c904d5

Please sign in to comment.