parcel-plugin-css-object
Advanced tools
Comparing version 1.0.5 to 1.0.7
@@ -18,3 +18,7 @@ const { Asset } = require("parcel-bundler"); | ||
// Send to JS bundler | ||
return { js: `module.exports = ${this.code}` }; | ||
return { | ||
js: `module.exports = ${JSON.parse( | ||
JSON.stringify(JSON.parse(JSON.stringify(this.code))) | ||
)}` | ||
}; | ||
} | ||
@@ -21,0 +25,0 @@ } |
{ | ||
"name": "parcel-plugin-css-object", | ||
"version": "1.0.5", | ||
"version": "1.0.7", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
140944
63