Skip to content

Commit 9aa461b

Browse files
author
Daniel Gröger
committed
Make sourcemaps include column info
1 parent 10bbdb4 commit 9aa461b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/colocated-broccoli-plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ module.exports = class ColocatedTemplateProcessor extends Plugin {
177177
source: jsOutputPath,
178178
file: jsOutputPath,
179179
includeContent: true,
180+
hires: true
180181
});
181182

182183
jsContents += `\n//# sourceMappingURL=${jsContentsMap.toUrl()}`;

0 commit comments

Comments
 (0)