next.js
Enable SWC by default when there is no custom Babel config
#29811
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
67
Changes
View On
GitHub
Enable SWC by default when there is no custom Babel config
#29811
timneutkens
merged 67 commits into
vercel:canary
from
timneutkens:add/test-enable-swcloader
Test enabling swcLoader
c9e8b454
timneutkens
requested a review
from
huozhi
4 years ago
timneutkens
requested a review
from
ijjk
4 years ago
timneutkens
requested a review
from
padmaia
4 years ago
timneutkens
requested a review
from
shuding
4 years ago
timneutkens
requested a review
from
styfle
4 years ago
ijjk
added
created-by: Next.js team
ijjk
added
type: next
Disable swcLoader for amp tests
085e389e
Fix test for swcLoader
e7fc4b52
Merge branch 'canary' into add/test-enable-swcloader
62604048
styfle
dismissed these changes on 2021-10-13
timneutkens
marked this pull request as draft
4 years ago
Merge branch 'canary' into add/test-enable-swcloader
25ff27be
Merge branch 'canary' into add/test-enable-swcloader
1cc6f670
Disable swcLoader / swcMinify on pnpm test suite
07a8aadd
Merge branch 'canary' into add/test-enable-swcloader
a27e5dde
Merge branch 'add/test-enable-swcloader' of github.com:timneutkens/ne…
3f9571e5
Upgrade pnpm
718ca66c
timneutkens
dismissed their stale review via
718ca66c
4 years ago
Remove disable of SWC for pnpm
e093889d
Merge branch 'canary' into add/test-enable-swcloader
5937a2a6
Disable swcLoader for styled-jsx-plugin test
7c2ff41c
Disable swcLoader on with-amp fixture
8c3e0260
Include native directory when running pnpm test packing
27b8b451
Disable test for transform that hasn't been ported yet
ca065b11
Use fs.writeFileSync instead of writeJsonSync from fs-extra
3ce4ee23
Show stdout/stderr when execa fails
4d4b8188
Fix re-export-all-exports-from-page-disallowed test
c5fcad22
Fix css test
cdb5bf43
Merge branch 'canary' of github.com:vercel/next.js into add/test-enab…
24a78af9
Fix typof-window-replace
3b3b7db2
Disable typeof window transform
e02bd0e8
dont exit tests on first failure
fc9a81c0
Update custom-error html check
eab11d1e
Merge branch 'add/test-enable-swcloader' of github.com:timneutkens/ne…
a94b28f1
Update error output
39613ada
Ensure `.DS_Store` and Rust build directory are excluded from isolate…
f42d901d
Fix conversion to class component test
67eb1683
Merge branch 'canary' into add/test-enable-swcloader
de864457
Add typeof window replace
e2be03bc
Disable typeof transform
26289f7a
Fix typeof window replacement
92f48449
Merge branch 'canary' of github.com:vercel/next.js into add/test-enab…
9417a840
Update snapshots
db2f50ca
Re-enable exit on failure
0014ba87
Fix pnpm test
fc10d665
Merge branch 'canary' into add/test-enable-swcloader
916e8714
Update pnpm test
dc6a1a32
Merge branch 'canary' of github.com:vercel/next.js into add/test-enab…
c58e9cac
Update to use check for router-is-ready tests
fa151e2c
add another check
bcacbc0b
more checks
c5d68d97
more check
8307fff3
even more checks
c3a7f697
Merge branch 'canary' into add/test-enable-swcloader
03717485
Merge branch 'canary' into add/test-enable-swcloader
54e5cc5b
another check
2456183f
Merge branch 'canary' into add/test-enable-swcloader
afe22a17
Merge branch 'canary' of github.com:vercel/next.js into add/test-enab…
9e89fddc
Merge branch 'add/test-enable-swcloader' of github.com:timneutkens/ne…
3f06ec5f
Disable SWC when custom Babel configuration is found and warn when di…
8578d102
ijjk
added
type: documentation
timneutkens
changed the title
Test enabling swcLoader
Enable SWC by default when there is no custom Babel config
4 years ago
Remove swcLoader disable in Babel tests as it's now automatic
d38e15a1
timneutkens
marked this pull request as ready for review
4 years ago
sokra
requested changes on 2021-10-22
Update test/lib/create-next-install.js
1e390b17
ijjk
commented on 2021-10-22
styfle
commented on 2021-10-22
styfle
dismissed these changes on 2021-10-22
Add regenerator-runtime direct dependency
41dd2700
Merge branch 'add/test-enable-swcloader' of github.com:timneutkens/ne…
13049870
timneutkens
dismissed their stale review via
13049870
4 years ago
styfle
dismissed these changes on 2021-10-22
styfle
commented on 2021-10-22
Use strict version
fdf98508
timneutkens
dismissed their stale review via
fdf98508
4 years ago
styfle
dismissed these changes on 2021-10-22
Merge remote-tracking branch 'upstream/canary' into add/test-enable-s…
bbf6c993
Re-enable amp tests with swc
f43858d1
padmaia
dismissed their stale review via
f43858d1
4 years ago
Only check for valid config exports in page files
b600ef76
Build next-swc binaries
3104554a
Merge branch 'canary' into add/test-enable-swcloader
1ce70bf6
styfle
dismissed these changes on 2021-10-23
Merge branch 'canary' into add/test-enable-swcloader
839b784c
update yarn.lock
c2d0fa2f
Merge remote-tracking branch 'upstream/canary' into add/test-enable-s…
2a0dda09
ijjk
dismissed their stale review via
2a0dda09
4 years ago
styfle
dismissed these changes on 2021-10-23
Merge branch 'canary' of github.com:vercel/next.js into add/test-enab…
37f78838
Merge branch 'add/test-enable-swcloader' of github.com:timneutkens/ne…
bcc2a3bf
timneutkens
dismissed their stale review via
bcc2a3bf
4 years ago
timneutkens
merged
08a7f7f3
into canary
4 years ago
timneutkens
deleted the add/test-enable-swcloader branch
4 years ago
styfle
added
hacktoberfest-accepted
vercel
locked
as resolved
and limited conversation to collaborators
4 years ago
Login to write a write a comment.
Login via GitHub
Reviewers
sokra
styfle
ijjk
huozhi
padmaia
shuding
Assignees
No one assigned
Labels
type: next
created-by: Next.js team
Milestone
No milestone
Login to write a write a comment.
Login via GitHub