Commit 961a5ee
authored
Fix source maps generation
Enabling the `sourceMap` option always crashed the plugin for me. So I went through the code and noticed that `inputSourceMap` should be passed to the `transfer` function from `multi-stage-sourcemap` instead of `inputSource`1 parent 041928c commit 961a5ee
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
0 commit comments