@mpxjs/webpack-plugin 2.7.0-alpha.1 → 2.7.0-alpha.2

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.
@@ -304,7 +304,7 @@ module.exports = function (json, options, rawCallback) {
304
304
  buildInfo.componentsMap[resourcePath] = componentsMap[resourcePath] = componentId
305
305
 
306
306
  localComponentsMap[name] = {
307
- resource: addQuery(resource, { component: true, componentId }),
307
+ resource: addQuery(resource, { isComponent: true, componentId }),
308
308
  async: queryObj.async
309
309
  }
310
310
  callback()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/webpack-plugin",
3
- "version": "2.7.0-alpha.1",
3
+ "version": "2.7.0-alpha.2",
4
4
  "description": "mpx compile core",
5
5
  "keywords": [
6
6
  "mpx"
@@ -83,5 +83,5 @@
83
83
  "engines": {
84
84
  "node": ">=14.14.0"
85
85
  },
86
- "gitHead": "886bbdc1817b93e292814742fdad4a60d4e929b3"
86
+ "gitHead": "75746a75d879c5d202ec096f58281ed43f0ff351"
87
87
  }