Pierre Isabel

Results 2 comments of Pierre Isabel

@alfarodarwaynejay I believe you can use next config if you want to silence these warnings : ```ts const nextConfig: NextConfig = { sassOptions: { silenceDeprecations: ['legacy-js-api'], } } ``` cf....