@mpxjs/webpack-plugin 2.8.25-alpha.4 → 2.8.25-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1918,7 +1918,7 @@ function postProcessTemplate (el) {
1918
1918
  }
1919
1919
  }
1920
1920
 
1921
- const isValidMode = makeMap('wx,ali,swan,tt,qq,web,qa,jd,dd,noMode')
1921
+ const isValidMode = makeMap('wx,ali,swan,tt,qq,web,qa,jd,dd,tenon,noMode')
1922
1922
 
1923
1923
  const wrapRE = /^\((.*)\)$/
1924
1924
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/webpack-plugin",
3
- "version": "2.8.25-alpha.4",
3
+ "version": "2.8.25-alpha.5",
4
4
  "description": "mpx compile core",
5
5
  "keywords": [
6
6
  "mpx"
@@ -85,5 +85,5 @@
85
85
  "engines": {
86
86
  "node": ">=14.14.0"
87
87
  },
88
- "gitHead": "9684484c1b348bcb8d8325df75a114ba9611811e"
88
+ "gitHead": "d7f97538d873ed1787a9b0afca52f4974da23ce5"
89
89
  }