Skip to content

Commit 635f895

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/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/babel:setup-env-debug.js Please contact the author of the transform if you believe there was an error.
1 parent dde4643 commit 635f895

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,17 @@
145145
],
146146
"sourceMaps": "inline"
147147
},
148-
"debug": {}
148+
"debug": {
149+
"presets": [
150+
[
151+
"@babel/preset-env",
152+
{
153+
"targets": "current node"
154+
}
155+
],
156+
"babel-preset-power-assert"
157+
]
158+
}
149159
}
150160
}
151161
}

0 commit comments

Comments
 (0)