Skip to content

Commit c106883

Browse files
merging all conflicts
2 parents 9a258e2 + d271a7a commit c106883

File tree

117 files changed

+2911
-570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+2911
-570
lines changed

next.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ const nextConfig = {
3636
// Don't bundle the shim unnecessarily.
3737
config.resolve.alias['use-sync-external-store/shim'] = 'react';
3838

39+
// ESLint depends on the CommonJS version of esquery,
40+
// but Webpack loads the ESM version by default. This
41+
// alias ensures the correct version is used.
42+
//
43+
// More info:
44+
// https://github.com/reactjs/react.dev/pull/8115
45+
config.resolve.alias['esquery'] = 'esquery/dist/esquery.min.js';
46+
3947
const {IgnorePlugin, NormalModuleReplacementPlugin} = require('webpack');
4048
config.plugins.push(
4149
new NormalModuleReplacementPlugin(

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@
6363
"asyncro": "^3.0.0",
6464
"autoprefixer": "^10.4.2",
6565
"babel-eslint": "10.x",
66+
<<<<<<< HEAD
6667
"babel-plugin-react-compiler": "^19.1.0-rc.3",
68+
=======
69+
"babel-plugin-react-compiler": "^1.0.0",
70+
>>>>>>> d271a7ac11d2bf0d6e95ebdfacaf1038421f9be0
6771
"chalk": "4.1.2",
6872
"eslint": "7.x",
6973
"eslint-config-next": "12.0.3",
291 KB
130 KB
292 KB
122 KB
121 KB
51.7 KB
126 KB
51.3 KB

0 commit comments

Comments
 (0)