##// END OF EJS Templates
fix(jupyter): Catching validation error in order to avoid app crash ic case of formatting issues. Fixes: RCCE-26
fix(jupyter): Catching validation error in order to avoid app crash ic case of formatting issues. Fixes: RCCE-26

File last commit:

r5238:57ce088c default
r5259:930eac40 default
Show More
.babelrc
17 lines | 216 B | text/plain | TextLexer
{
"presets": [
[
"env",
{
"targets": {
"browsers": [
"last 2 versions"
]
}
}
]
],
"plugins": [
"transform-object-rest-spread"
]
}