Skip to content

Commit

Permalink
fix(nextjs): remove unsupported cssModules config property (nrwl#11405)
Browse files Browse the repository at this point in the history
LGTM
  • Loading branch information
jaysoo authored and rlindgren committed Aug 11, 2022
1 parent f618986 commit e6257f5
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 e6257f5

Please sign in to comment.