Skip to content

Commit

Permalink
Merge pull request #1361 from didi/perf_add_atmode
Browse files Browse the repository at this point in the history
perf: add tenon mode
  • Loading branch information
hiyuki authored Dec 14, 2023
2 parents 9650b1d + 11461f1 commit 135f5b1
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 @@ -1931,7 +1931,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 135f5b1

Please sign in to comment.