Skip to content

Commit

Permalink
Update webpack.web.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPeters committed Jan 12, 2024
1 parent 8f9d146 commit d1513e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.web.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export default {
new CopyWebpackPlugin({
patterns: [
{ from: 'src-web/index.html', to: 'index.html' },
{ from: 'src-web/example.mp3', to: 'example.mp3' },
{ from: 'src-web/silence.mp3', to: 'silence.mp3' },
// { from: 'src-web/example.mp3', to: 'example.mp3' },
// { from: 'src-web/silence.mp3', to: 'silence.mp3' },
{ from: 'src-web/vidstack', to: 'vidstack' },
],
}),
Expand Down

0 comments on commit d1513e3

Please sign in to comment.