Skip to content

Commit 1f0e2a7

Browse files
Daniel Grögerwagenet
authored andcommitted
Make sourcemaps include column info
1 parent e1f713e commit 1f0e2a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/colocated-broccoli-plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ module.exports = class ColocatedTemplateProcessor extends Plugin {
181181
source: jsOutputPath,
182182
file: jsOutputPath,
183183
includeContent: true,
184+
hires: true
184185
});
185186

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

0 commit comments

Comments
 (0)