@normed/bundle 4.7.0 → 4.7.1
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/CHANGELOG.md +4 -0
- package/bundles/bin/cli.js +1 -0
- package/bundles/bin/cli.js.map +2 -2
- package/bundles/index.js +1 -0
- package/bundles/index.js.map +2 -2
- package/package.json +1 -1
package/bundles/index.js
CHANGED
|
@@ -69286,6 +69286,7 @@ function createRebaseAssetsPlugin(entryFilePath) {
|
|
|
69286
69286
|
}
|
|
69287
69287
|
const assetAttrs = ASSET_ATTRIBUTES[node.name];
|
|
69288
69288
|
if (!assetAttrs) continue;
|
|
69289
|
+
if (!node.attrs) continue;
|
|
69289
69290
|
for (const attr of node.attrs) {
|
|
69290
69291
|
if (!assetAttrs.includes(attr.name)) continue;
|
|
69291
69292
|
const sourceFile = attr.filename || node.filename;
|