Skip to content

Commit

Permalink
fix css modules config
Browse files Browse the repository at this point in the history
  • Loading branch information
yyanwang committed Sep 9, 2024
1 parent 2e7f839 commit 628d035
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ function getCommonStyleLoaders(enableModules, isEnvDevelopmentServe) {
const sourceMap = true;
let cssOptions = {
sourceMap,
modules: {
namedExport: false,
exportLocalsConvention: 'as-is',
},
};
if (enableModules) {
cssOptions = {
Expand Down

0 comments on commit 628d035

Please sign in to comment.