Use lodash throttle

This commit is contained in:
Matt Bierner
2018-03-05 11:34:14 -08:00
parent f517f69175
commit b877522bce
4 changed files with 19 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"outDir": "./dist/",
"module": "es6",
"module": "commonjs",
"target": "es6",
"jsx": "react",
"sourceMap": true,