Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit d439fa5

Browse files
committed
Merge pull request #133 from guybedford/master
starting to get source maps in Firefox
2 parents 8cd87f9 + a18d571 commit d439fa5

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

dist/es6-module-loader-sans-promises.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,8 @@ function logloads(loads) {
490490
load.module = {
491491
name: load.name,
492492
dependencies: load.dependencies,
493-
body: load.body
493+
body: load.body,
494+
address: load.address
494495
};
495496
}
496497
else {

dist/es6-module-loader-sans-promises.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/es6-module-loader.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,8 @@ function logloads(loads) {
14061406
load.module = {
14071407
name: load.name,
14081408
dependencies: load.dependencies,
1409-
body: load.body
1409+
body: load.body,
1410+
address: load.address
14101411
};
14111412
}
14121413
else {

0 commit comments

Comments
 (0)