feature/strip-identifier (#25)
* Ignore non-alphanumeric chars finding project by identifier * Add babel plugin nullish coallescing operator * Refactor * Add projectId to remote services
This commit is contained in:
committed by
Tobias Miesel
parent
53be150788
commit
7023b4b482
3
.babelrc
3
.babelrc
@@ -3,6 +3,7 @@
|
||||
"plugins": [
|
||||
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
||||
["@babel/plugin-proposal-class-properties", { "loose": true }],
|
||||
["@babel/plugin-proposal-optional-chaining"]
|
||||
"@babel/plugin-proposal-optional-chaining",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user