@mpxjs/webpack-plugin 2.8.28-beta.0 → 2.8.28-beta.1

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.
Files changed (2) hide show
  1. package/lib/index.js +0 -2
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -598,9 +598,7 @@ class MpxWebpackPlugin {
598
598
  hasPage: false,
599
599
  entries: []
600
600
  }
601
-
602
601
  if (entryType === 'page') curInfo.hasPage = true
603
-
604
602
  curInfo.entries.push({
605
603
  entryType,
606
604
  resource,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/webpack-plugin",
3
- "version": "2.8.28-beta.0",
3
+ "version": "2.8.28-beta.1",
4
4
  "description": "mpx compile core",
5
5
  "keywords": [
6
6
  "mpx"
@@ -82,5 +82,5 @@
82
82
  "engines": {
83
83
  "node": ">=14.14.0"
84
84
  },
85
- "gitHead": "632d66299998f93fe86cbabbd721ffa62f66d423"
85
+ "gitHead": "07476d16af98cf988302ecb118fc4fb787a8873f"
86
86
  }