Skip to content

Commit

Permalink
fix: rename patchUrl.cjs to js (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh authored Aug 22, 2021
1 parent 98f752c commit 2cff3ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/ErrorOverlayEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const { handleError, handleUnhandledRejection } = require('./utils/errorEventHandlers.js');
const formatWebpackErrors = require('./utils/formatWebpackErrors.js');
const runWithPatchedUrl = require('./utils/patchUrl.cjs');
const runWithPatchedUrl = require('./utils/patchUrl.js');
const runWithRetry = require('./utils/retry.js');

// Setup error states
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions test/helpers/sandbox/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ module.exports = {
{
loader: require.resolve('babel-loader'),
options: {
babelrc: false,
plugins: [require.resolve('react-refresh/babel')],
}
}
Expand Down

0 comments on commit 2cff3ee

Please sign in to comment.