Fix comment style

This commit is contained in:
2018-06-12 13:49:40 +05:30
parent 30769198fe
commit d2d10965e8
+7 -5
View File
@@ -1,5 +1,6 @@
/*
@TODO 1. Change babelrc browser support to :
/**
* @todo Change babelrc browser support to support all modern browsers:
```
"browsers": [
"> 1%",
@@ -7,8 +8,9 @@
"not ie <= 8"
]
```
*/
/*
@TODO 2: In webpack, enable uglify
*/
/**
* @todo In webpack, enable uglify
*/