Debounce autosuggestions requests
This commit is contained in:
parent
f0bdfadab7
commit
c4eb63c1d4
5 changed files with 40 additions and 2 deletions
5
.babelrc
5
.babelrc
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"presets": ["es2015", "react"],
|
||||
"plugins": ["transform-object-rest-spread"]
|
||||
"plugins": [
|
||||
"transform-decorators-legacy",
|
||||
"transform-object-rest-spread"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue