diff --git a/index.js b/index.js index a59e712..f1c95c6 100644 --- a/index.js +++ b/index.js @@ -5,5 +5,5 @@ module.exports = function(content) { this.cacheable && this.cacheable(); this.value = content; - return "module.exports = " + JSON.stringify(content); + return "export default " + JSON.stringify(content); }