Skip to content

Commit 1b2f67a

Browse files
authored
Merge pull request webpack-contrib#85 from asnowwolf/inline-sourcemap
add inline sourcemap support, it's useful to angular 2
2 parents 3def90b + fd54b91 commit 1b2f67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function (source, map) {
1111
from: file,
1212
to: file,
1313
map: {
14-
inline: false,
14+
inline: params.sourceMap === 'inline',
1515
annotation: false
1616
}
1717
};

0 commit comments

Comments
 (0)