Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(next):
next.config.ts
#63051feat(next):
next.config.ts
#63051Changes from 159 commits
7c24a69
21b18e0
407658d
3075e2a
bd61aec
4ba992b
5fcfd50
834bdba
7c25030
7a0518c
5a394a9
cd2c8d8
22b1497
57ea7ff
7006fd3
bec6170
8de3c81
5df0813
540f6ae
de02ca8
ab6e908
c9d2eb6
4b2ed5a
ff17aef
75758cc
f6aea6e
ab52aff
3c87454
1aeb69c
6375316
d368dc4
b008c20
2b6c10b
5205dba
7dfc842
26c3e22
e4c7acf
fcc0d55
7e0855a
d8108e1
ea5b249
db7836e
f972c6f
02a47b2
2b84702
1b9c204
fa7a424
379aabc
1d3adfe
5e57291
39736a3
db25521
43a39d1
20f8c42
8c63c93
4c70e92
0aa3154
c8d072b
03ce640
0783399
fb55de4
cfb0851
bfa25b5
86d0201
55dd8ad
dfb8816
9cc2ac9
23edb4d
b6c7888
0565dd7
a82e7ea
1d386b1
555806a
5e7f21d
757108d
15995b5
25293c9
1f85d1b
406b4ff
9e8f5b5
3b49ca3
bf46de4
7f16812
2e358df
419d1a9
7c97ef5
3b81c7d
932dd22
4caea8b
0d02318
259c08b
06c734c
91c4f92
e4d4870
1a3b83a
4840acf
a52e610
230e44e
92065d4
598bdbc
16a2412
519df26
d410013
00d2988
4f668ab
54d0d3f
cd1922b
abd46e8
e430955
0b698b2
c3182c3
d4f2abf
694c3a9
b1ee1db
661b2fa
35c78f5
80e6740
8800145
32fd66e
34af164
9890443
baaad07
b7f50ab
c7765c8
c1e796f
8bd8863
79b643d
8e4c38e
1a61b97
874aab6
a431c9c
47742b4
ed34515
ec96813
e0a4da9
57006ce
96b0000
a11d2c0
2ea9b6e
ef984bb
03bb99e
463d2a2
58ec040
30b23d6
8ff8b6c
bb3dacf
bac1be2
f8b4295
dee73f8
bd1dd4d
dfde1a8
97a4d05
c616e05
f14187b
5a078eb
ef5d1f5
724b5ea
5922d0e
694490e
78cefa0
9da25d2
1a0f402
ad40f8d
a20d80f
0c0d003
1fc6512
1ad706e
a44d2c2
f46fd2a
4d0bba2
d98f094
239e519
4ef5fce
89218c7
e9203e1
f52d069
7803601
797a17d
26cf189
ca84399
28f9121
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If .mjs is supported, then why not .mts too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can handle native ESM in CJS project with
next.config.ts
, no need fornext.config.mts
, it should work.Extensions
.ts
.cts
.mts
.cjs
.mjs
.js
(both ESM and CJS w/o extra change)