Skip to content

Commit

Permalink
Squash a Webpack warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesremuscat committed Apr 19, 2024
1 parent 8684a20 commit ff9cf27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ const common = {
},
resolve: {
extensions: ['.js', '.jsx'],
fallback: {
"url": false
}
},
output: {
chunkFilename: '[name].bundle.js',
Expand Down

0 comments on commit ff9cf27

Please sign in to comment.