Skip to content

Commit dc30ae9

Browse files
🤖 config(babel): Setup debug environment.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/f4f2f038c1728370f45204d13b52e4691640a5b4/src/transforms/babel:setup-env-debug.js Please contact the author of the transform if you believe there was an error.
1 parent 8bd3fc7 commit dc30ae9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: package.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,17 @@
146146
],
147147
"sourceMaps": "inline"
148148
},
149-
"debug": {}
149+
"debug": {
150+
"presets": [
151+
[
152+
"@babel/preset-env",
153+
{
154+
"targets": "current node"
155+
}
156+
],
157+
"babel-preset-power-assert"
158+
]
159+
}
150160
}
151161
}
152162
}

0 commit comments

Comments
 (0)