Skip to content

Commit

Permalink
Specify extension
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Jun 28, 2023
1 parent 652d6f4 commit a5e5d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regressions/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
}),
new webpack.ProvidePlugin({
// required by enzyme > cheerio > parse5 > util
process: 'process/browser',
process: 'process/browser.js',
}),
],
module: {
Expand Down

0 comments on commit a5e5d12

Please sign in to comment.