rsnext/examples/with-emotion-swc/next.config.js

11 lines
157 B
JavaScript
Raw Normal View History

2022-03-15 08:51:15 +01:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
compiler: {
2022-03-15 08:51:15 +01:00
emotion: true,
},
}
module.exports = nextConfig