It should be `\.` here.
This commit is contained in:
Shu Ding 2023-10-25 21:07:13 -07:00 committed by GitHub
parent 7c0e66f8d8
commit 63b7b90985
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,7 @@ module.exports = ({ dev, turbo, bundleType, experimental }) => {
module: {
rules: [
{
include: /[\\/]react-server.node/,
include: /[\\/]react-server\.node/,
layer: 'react-server',
},
{