Remember sort plugin

This commit is contained in:
Chi Vinh Le
2017-09-08 17:54:02 +07:00
parent e5bd8e2a3b
commit c8d1da5715
6 changed files with 74 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"presets": [
"es2015"
],
"plugins": [
"add-module-exports",
"transform-class-properties",
"transform-decorators-legacy",
"transform-object-assign",
"transform-object-rest-spread",
"transform-async-to-generator",
"transform-react-jsx"
]
}