0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-26 19:28:39 +00:00

Allow Babel to transpile Marked

Marked now only supports ES6. Needs to be transpiled by us to support older browsers.
This commit is contained in:
Trevor Buckner
2024-01-22 17:45:00 -05:00
parent e53e00713d
commit b0cfeaa782
3 changed files with 15018 additions and 15019 deletions
+1 -2
View File
@@ -26,7 +26,6 @@
"codemirror/addon/edit/trailingspace.js", "codemirror/addon/edit/trailingspace.js",
"codemirror/addon/selection/active-line.js", "codemirror/addon/selection/active-line.js",
"moment", "moment",
"superagent", "superagent"
"marked"
] ]
} }