Skip to content

Commit

Permalink
fix(nextjs): remove unsupported cssModules config property
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored and Jack Hsu committed Aug 2, 2022
1 parent 8bb72a9 commit c176a46
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ const nextConfig = {
// See: https://github.com/gregberge/svgr
svgr: false,
},
// Set this to true if you use CSS modules.
// See: https://github.com/css-modules/css-modules
cssModules: false,
};

module.exports = withLess(withNx(nextConfig));
Expand All @@ -33,9 +30,6 @@ const nextConfig = {
// See: https://github.com/gregberge/svgr
svgr: false,
},
// Set this to true if you use CSS modules.
// See: https://github.com/css-modules/css-modules
cssModules: false,
};

module.exports = withStylus(withNx(nextConfig));
Expand Down

0 comments on commit c176a46

Please sign in to comment.