Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(web): 修复同构 px 转 rem 失效 (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJM001 authored May 13, 2020
1 parent d55ef89 commit b5da034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remax-cli/src/build/webpack/config.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function webpackConfig(api: API, options: Options): webpack.Confi
config,
webpack,
addCSSRule: (ruleConfig: RuleConfig) => {
addCSSRule(config, options, false, ruleConfig);
addCSSRule(config, options, true, ruleConfig);
},
});

Expand Down

1 comment on commit b5da034

@vercel
Copy link

@vercel vercel bot commented on b5da034 May 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.