Skip to content

Commit

Permalink
Merge pull request #1251 from AdamCaoQAQ/feat_hummer_mode
Browse files Browse the repository at this point in the history
feat(hummer): hummer mode support AtMode
  • Loading branch information
Blackgan3 authored Aug 7, 2023
2 parents 9684484 + 0e44299 commit 6257718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-plugin/lib/template-compiler/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ function postProcessTemplate (el) {
}
}

const isValidMode = makeMap('wx,ali,swan,tt,qq,web,qa,jd,dd,noMode')
const isValidMode = makeMap('wx,ali,swan,tt,qq,web,qa,jd,dd,tenon,noMode')

const wrapRE = /^\((.*)\)$/

Expand Down

0 comments on commit 6257718

Please sign in to comment.