Skip to content

Commit 787fc4a

Browse files
fix: widget subpackage manifest file lost (#70)
1 parent 4fd695d commit 787fc4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/hap-packager/src/plugins/zip-plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ ZipPlugin.prototype.apply = function (compiler) {
318318
subpackageOptions.push({
319319
name: key.replaceAll('/', '.'),
320320
resource: key,
321+
standalone: true,
321322
_widget: true
322323
})
323324
})

0 commit comments

Comments
 (0)