mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Include babelify step in browserify calls
This allows using ES6 syntax in our code, while maintaining backwards compatibility for the generated file.
This commit is contained in:
committed by
Kevin Barabash
parent
549104c5a8
commit
9b565a6375
@@ -15,6 +15,9 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"babel-plugin-transform-runtime": "^6.15.0",
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"babelify": "^7.3.0",
|
||||
"browserify": "^13.3.0",
|
||||
"clean-css": "^3.4.23",
|
||||
"eslint": "^3.13.0",
|
||||
|
Reference in New Issue
Block a user