bare-module 5.0.1 → 5.0.2
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -451,7 +451,7 @@ module.exports = exports = class Module {
|
|
|
451
451
|
attributes !== null &&
|
|
452
452
|
typeof attributes.imports === 'string'
|
|
453
453
|
) {
|
|
454
|
-
const resolved = self.resolve(attributes.imports,
|
|
454
|
+
const resolved = self.resolve(attributes.imports, referrer._url, {
|
|
455
455
|
referrer: module
|
|
456
456
|
})
|
|
457
457
|
|