Skip to content

Commit a4c684a

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

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
@@ -92,7 +92,17 @@
9292
"development": {
9393
"sourceMaps": "inline"
9494
},
95-
"debug": {}
95+
"debug": {
96+
"presets": [
97+
[
98+
"@babel/preset-env",
99+
{
100+
"targets": "current node"
101+
}
102+
],
103+
"babel-preset-power-assert"
104+
]
105+
}
96106
}
97107
}
98108
}

0 commit comments

Comments
 (0)