We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f752c commit 2cff3eeCopy full SHA for 2cff3ee
client/ErrorOverlayEntry.js
@@ -2,7 +2,7 @@
2
3
const { handleError, handleUnhandledRejection } = require('./utils/errorEventHandlers.js');
4
const formatWebpackErrors = require('./utils/formatWebpackErrors.js');
5
-const runWithPatchedUrl = require('./utils/patchUrl.cjs');
+const runWithPatchedUrl = require('./utils/patchUrl.js');
6
const runWithRetry = require('./utils/retry.js');
7
8
// Setup error states
client/utils/patchUrl.cjs renamed to client/utils/patchUrl.js
test/helpers/sandbox/configs.js
@@ -62,6 +62,7 @@ module.exports = {
62
{
63
loader: require.resolve('babel-loader'),
64
options: {
65
+ babelrc: false,
66
plugins: [require.resolve('react-refresh/babel')],
67
}
68
0 commit comments