mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
module.exports = {
|
|
experimental: {
|
|
// This ensures that we're running the experimental React.
|
|
taint: true,
|
|
},
|
|
}
|