@plotdb/srcbuild 0.0.62 → 0.0.63
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.
- package/dist/ext/bundle.js +1 -1
- package/package.json +1 -1
package/dist/ext/bundle.js
CHANGED
|
@@ -478,7 +478,7 @@ build.prototype = import$(Object.create(base.prototype), {
|
|
|
478
478
|
var codesrc, specsrc, deps, ref$, ref1$;
|
|
479
479
|
if (o.type === 'block') {
|
|
480
480
|
return this$.mgr.bundle({
|
|
481
|
-
blocks: o.codesrc || (o.codesrc = [])
|
|
481
|
+
blocks: (o.src || (o.src = [])).concat(o.codesrc || (o.codesrc = []))
|
|
482
482
|
}).then(function(r){
|
|
483
483
|
var deps, codesrc, specsrc, ref$, ref1$;
|
|
484
484
|
if (!(r && r.deps)) {
|