useLightningcss
Support expérimental pour l'utilisation de Lightning CSS, un bundler et minificateur CSS rapide, écrit en Rust.
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
experimental: {
useLightningcss: true,
},
}
export default nextConfig
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
useLightningcss: true,
},
}
module.exports = nextConfig