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
@@ -36,6 +36,7 @@
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.2.2",
|
||||
"@babel/plugin-proposal-decorators": "^7.2.2",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
||||
"@babel/preset-env": "^7.2.2",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
|
||||
Reference in New Issue
Block a user