Skip to content

Commit

Permalink
feat: include harmony
Browse files Browse the repository at this point in the history
  • Loading branch information
WX-DongXing committed Jan 15, 2025
1 parent 4082d6e commit 30e0f85
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 30e0f85

Please sign in to comment.