Try adding TODO to master branch

This commit is contained in:
2018-06-12 13:52:23 +05:30
parent 5ce8442956
commit 338f292593
+16
View File
@@ -0,0 +1,16 @@
/**
* @todo Change babelrc browser support to support all modern browsers:
```
"browsers": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
```
*/
/**
* @todo In webpack, enable uglify
*/