Enable ES2015 transpilation in client
Enable use of ES6 language features via Babel in the sidebar app and annotator code. - Update Babelify to the current version - Add preset for transpiling ES2015
Showing
.babelrc
0 → 100644
... | ... | @@ -17,7 +17,8 @@ |
"angulartics": "0.17.2", | ||
"autofill-event": "0.0.1", | ||
"autoprefixer": "^6.0.3", | ||
"babelify": "^6.1.3", | ||
"babel-preset-es2015": "^6.24.0", | ||
"babelify": "^7.3.0", | ||
"browserify": "^13.0.0", | ||
"browserify-istanbul": "^2.0.0", | ||
"browserify-ngannotate": "^1.0.1", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment