Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 committed Jul 2, 2021
1 parent 556708c commit 420f285
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ function compile(fileName) {
// Generate compiled output with external source maps
writeFileSync(
resolve(externalDir, fileName),
transformed.code +
`\n//# sourceMappingURL=${fileName}.map`,
transformed.code + `\n//# sourceMappingURL=${fileName}.map`,
'utf8',
);
writeFileSync(
Expand Down

0 comments on commit 420f285

Please sign in to comment.