Skip to content

Commit 3a33027

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/057c4df07dfcd3ed83201b062803b05a252bf67f/src/transforms/babel:setup-env-debug.js Please contact the author of the transform if you believe there was an error.
1 parent f1ce0b4 commit 3a33027

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,17 @@
148148
],
149149
"sourceMaps": "inline"
150150
},
151-
"debug": {}
151+
"debug": {
152+
"presets": [
153+
[
154+
"@babel/preset-env",
155+
{
156+
"targets": "current node"
157+
}
158+
],
159+
"babel-preset-power-assert"
160+
]
161+
}
152162
}
153163
}
154164
}

0 commit comments

Comments
 (0)