Skip to content

Commit ca97dd4

Browse files
Daniel Grögerwagenet
authored andcommitted
Make sourcemaps include column info
1 parent 38264f4 commit ca97dd4

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
@@ -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)