We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f3270 commit 8768142Copy full SHA for 8768142
src/index.js
@@ -33,7 +33,7 @@ module.exports = function (source) {
33
return `module.exports = ${value}`
34
}
35
36
- return `module.exports = JSON.parse('${JSON.stringify(value)}')`
+ return `module.exports = JSON.parse(\`${JSON.stringify(value)}\`)`
37
38
39
exports.raw = true
0 commit comments