Skip to content

Commit

Permalink
Merge branch 'fix-drn' of github.com:didi/mpx into fix-drn
Browse files Browse the repository at this point in the history
  • Loading branch information
human committed Jan 15, 2025
2 parents 03e3d38 + 9e0346f commit b6e512d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-plugin/lib/wxss/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = async function loader (content, map, meta) {
const externals = mpx.externals
const root = mpx.projectRoot
const sourceMap = mpx.cssSourceMap || false
const isRN = ['ios', 'android'].includes(mpx.mode)
const isRN = ['ios', 'android', 'harmony'].includes(mpx.mode)

let options

Expand Down

0 comments on commit b6e512d

Please sign in to comment.