Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 4d69e2a

Browse files
committed
Skip template string change.
1 parent eb66965 commit 4d69e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module.exports = function(content) {
88
content = JSON.stringify(content)
99
.replace(/\u2028/g, '\\u2028')
1010
.replace(/\u2029/g, '\\u2029');
11-
return `module.exports = ${content}`;
11+
return "module.exports = " + content;
1212
}

0 commit comments

Comments
 (0)