Skip to content

Commit 2cff3ee

Browse files
authored
fix: rename patchUrl.cjs to js (#482)
1 parent 98f752c commit 2cff3ee

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

client/ErrorOverlayEntry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const { handleError, handleUnhandledRejection } = require('./utils/errorEventHandlers.js');
44
const formatWebpackErrors = require('./utils/formatWebpackErrors.js');
5-
const runWithPatchedUrl = require('./utils/patchUrl.cjs');
5+
const runWithPatchedUrl = require('./utils/patchUrl.js');
66
const runWithRetry = require('./utils/retry.js');
77

88
// Setup error states
File renamed without changes.

test/helpers/sandbox/configs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ module.exports = {
6262
{
6363
loader: require.resolve('babel-loader'),
6464
options: {
65+
babelrc: false,
6566
plugins: [require.resolve('react-refresh/babel')],
6667
}
6768
}

0 commit comments

Comments
 (0)