We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adec729 commit e803308Copy full SHA for e803308
website/next.config.js
@@ -30,8 +30,8 @@ const withTypedCssModules = (config) => {
30
/** @type {import('next').NextConfig} */
31
module.exports = {
32
reactStrictMode: true,
33
- // webpack (config) {
34
- // config = withTypedCssModules(config)
35
- // return config
36
- // }
+ webpack (config) {
+ config = withTypedCssModules(config)
+ return config
+ }
37
}
0 commit comments