fix code serialisation bug
This commit is contained in:
@@ -6,6 +6,7 @@ var _ = require("lodash");
|
||||
|
||||
var transform = module.exports = function (code, opts) {
|
||||
opts = opts || {};
|
||||
code = (code || "") + "";
|
||||
|
||||
_.defaults(opts, {
|
||||
sourceMapObject: false,
|
||||
|
||||
Reference in New Issue
Block a user