Skip to content

Commit e8af108

Browse files
committed
Fix compilation w/o source maps
1 parent e3e3d2d commit e8af108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module.exports = function(node, options){
3131
return { code: code, map: compiler.map.toJSON() };
3232
}
3333

34+
var code = compiler.compile(node);
3435
return code;
3536
};
3637

0 commit comments

Comments
 (0)