rsnext/test/integration/react-streaming-and-server-components/unsupported-native-module/next.config.js

10 lines
202 B
JavaScript
Raw Normal View History

const withReact18 = require('../../react-18/test/with-react-18')
module.exports = withReact18({
experimental: {
reactRoot: true,
concurrentFeatures: true,
serverComponents: true,
},
})