diff --git a/index.js b/index.js index 9064592..6848534 100644 --- a/index.js +++ b/index.js @@ -59,6 +59,6 @@ module.exports = function(source) { return cb(err); } - cb(null, 'module.exports = ' + JSON.stringify(bld)); + cb(null, 'export default ' + JSON.stringify(bld)); }); };