Files
KaTeX/.babelrc
Martin von Gagern 9b565a6375 Include babelify step in browserify calls
This allows using ES6 syntax in our code, while maintaining backwards
compatibility for the generated file.
2017-01-13 22:37:17 -05:00

7 lines
82 B
Plaintext

{
"presets": ["es2015"],
"plugins": [
"transform-runtime"
]
}