Commit bb57c56
committed
bug #356 Fix shared entry file when source maps are enabled (Lyrkan)
This PR was merged into the master branch.
Discussion
----------
Fix shared entry file when source maps are enabled
This PR fixes #352.
When source maps are enabled, the original shared entry file ends with a commented line.
This is an issue when the "_tmp_shared" entry is appended to it since its first line then becomes part of that comment.
Commits
-------
278d992 Fix shared entry file when source maps are enabled2 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
804 | 828 | | |
805 | 829 | | |
806 | 830 | | |
| |||
0 commit comments