@mpxjs/webpack-plugin 2.7.40 → 2.7.42

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.
@@ -2094,7 +2094,7 @@ function processElement (el, root, options, meta) {
2094
2094
  processShow(el, options, root)
2095
2095
  }
2096
2096
 
2097
- if (transAli) {
2097
+ if (transAli || (srcMode === 'ali' && mode === 'ali')) {
2098
2098
  processAliStyleClassHack(el, options, root)
2099
2099
  processAliEventHack(el, options, root)
2100
2100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/webpack-plugin",
3
- "version": "2.7.40",
3
+ "version": "2.7.42",
4
4
  "description": "mpx compile core",
5
5
  "keywords": [
6
6
  "mpx"
@@ -80,5 +80,5 @@
80
80
  "engines": {
81
81
  "node": ">=14.14.0"
82
82
  },
83
- "gitHead": "63b19d878f5c0eba2950e112ac683075142f02f4"
83
+ "gitHead": "c93b582d76ccf1a0cd9ee073d12e436600e2f37d"
84
84
  }