Skip to content

Commit

Permalink
use for...of transform for client scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Farfurix committed Aug 29, 2018
1 parent 1a64d8c commit 4a252b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"@types/chai": "^3.5.2",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-transform-for-of-as-array": "^1.1.1",
"basic-auth": "^1.1.0",
"body-parser": "^1.17.1",
"broken-link-checker": "^0.7.0",
Expand Down
3 changes: 2 additions & 1 deletion src/client/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
["env", { "loose": true }]
],
"plugins": [
"add-module-exports"
"add-module-exports",
"transform-for-of-as-array"
]
}

0 comments on commit 4a252b9

Please sign in to comment.