Initial testing, cerxes-npm
This commit is contained in:
14
cfg/.babelrc
Normal file
14
cfg/.babelrc
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"sourceMaps": "inline",
|
||||
"presets": [
|
||||
["@babel/preset-env", {
|
||||
"targets": {
|
||||
"node": "current"
|
||||
}
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-class-properties",
|
||||
"@babel/plugin-proposal-optional-chaining"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user