@arms/rum-vite-plugin
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -365,3 +365,3 @@ (function (global, factory) { | ||
if (!outputOptions.dir) { | ||
_context.next = 11; | ||
_context.next = 9; | ||
break; | ||
@@ -378,26 +378,24 @@ } | ||
buildArtifacts = _context.sent; | ||
console.log('haha', buildArtifacts); | ||
console.log(outputDir); | ||
_context.next = 9; | ||
_context.next = 7; | ||
return bundleHandler(buildArtifacts); | ||
case 7: | ||
_context.next = 17; | ||
break; | ||
case 9: | ||
_context.next = 19; | ||
break; | ||
case 11: | ||
if (!outputOptions.file) { | ||
_context.next = 16; | ||
_context.next = 14; | ||
break; | ||
} | ||
_context.next = 14; | ||
_context.next = 12; | ||
return bundleHandler([outputOptions.file]); | ||
case 12: | ||
_context.next = 17; | ||
break; | ||
case 14: | ||
_context.next = 19; | ||
break; | ||
case 16: | ||
_buildArtifacts = Object.keys(bundle).map(function (asset) { | ||
return path__namespace.join(path__namespace.resolve(), asset); | ||
}); | ||
_context.next = 19; | ||
_context.next = 17; | ||
return bundleHandler(_buildArtifacts); | ||
case 19: | ||
case 17: | ||
case "end": | ||
@@ -404,0 +402,0 @@ return _context.stop(); |
{ | ||
"name": "@arms/rum-vite-plugin", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "rum vite plugin", | ||
@@ -34,5 +34,5 @@ "author": "ly403664 <ly403664@alibaba-inc.com>", | ||
"dependencies": { | ||
"@arms/rum-bundler-plugin-core": "^0.0.3", | ||
"@arms/rum-bundler-plugin-core": "^0.0.4", | ||
"glob": "^11.0.0" | ||
} | ||
} |
16071
409
+ Added@arms/rum-bundler-plugin-core@0.0.4(transitive)
- Removed@arms/rum-bundler-plugin-core@0.0.3(transitive)