Skip to content

Commit 7b8c952

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

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
@@ -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)