@mpxjs/webpack-plugin 2.8.20 → 2.8.21

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.
@@ -328,7 +328,7 @@ function compileScriptSetup (
328
328
  } }`
329
329
  } else {
330
330
  return `${key}: { type: ${propRuntimeTypes.type}${
331
- defaultString ? `, ${defaultString}` : null
331
+ defaultString ? `, ${defaultString}` : ''
332
332
  } }`
333
333
  }
334
334
  }).join(',\n ')}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/webpack-plugin",
3
- "version": "2.8.20",
3
+ "version": "2.8.21",
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": "c330d3938cc0c37843761df8b1f2deb9b6c618fc"
85
+ "gitHead": "976455b62ed3cd98c7e58d7daca99fd8abb4b5fa"
86
86
  }