mirror of
https://github.com/bendtherules/github-delete-unused-repos.git
synced 2026-08-18 22:02:57 +00:00
16 lines
296 B
JavaScript
16 lines
296 B
JavaScript
/**
|
|
* @todo Change babelrc browser support to support all modern browsers:
|
|
|
|
```
|
|
"browsers": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
]
|
|
```
|
|
|
|
*/
|
|
|
|
/**
|
|
* @todo In webpack, enable uglify for minifying
|
|
*/
|