mirror of
https://github.com/supabase/supabase.git
synced 2026-06-25 07:47:35 +08:00
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
const withTM = require('next-transpile-modules')(['common'])
|
|
|
|
module.exports = withTM({
|
|
reactStrictMode: true,
|
|
})
|