@mpxjs/webpack-plugin 2.10.10 → 2.10.11

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.
@@ -10,7 +10,6 @@ module.exports = function (content) {
10
10
  if (!mpx) {
11
11
  return content
12
12
  }
13
-
14
13
  const mode = mpx.mode
15
14
  const env = mpx.env
16
15
  const i18n = mpx.i18n
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/webpack-plugin",
3
- "version": "2.10.10",
3
+ "version": "2.10.11",
4
4
  "description": "mpx compile core",
5
5
  "keywords": [
6
6
  "mpx"
@@ -100,5 +100,5 @@
100
100
  "engines": {
101
101
  "node": ">=14.14.0"
102
102
  },
103
- "gitHead": "cee4b9ba7c2b455ebb864cbad7d2a8374b2d7308"
103
+ "gitHead": "4ea2a49ba7989edb3b0e292ed41e357d476d70fc"
104
104
  }