Skip to content

Commit

Permalink
Fix failing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Nov 15, 2023
1 parent 0560b39 commit 432f67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/colocated-broccoli-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ module.exports = class ColocatedTemplateProcessor extends Plugin {
source: backingClassPath,
file,
includeContent: true,
hires: true
hires: true,
});

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

0 comments on commit 432f67a

Please sign in to comment.