mirror of
https://github.com/bendtherules/github-delete-unused-repos.git
synced 2026-08-18 13:52:59 +00:00
15 lines
252 B
JavaScript
15 lines
252 B
JavaScript
/*
|
|
@TODO 1. Change babelrc browser support to :
|
|
```
|
|
"browsers": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
]
|
|
```
|
|
*/
|
|
|
|
/*
|
|
@TODO 2: In webpack, enable uglify
|
|
*/
|