mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-13 06:58:40 +00:00
Upgrade to Babel 7 (#1595)
* Upgrade to Babel 7 * Update dependencies * Remove `modules` and `useEsModules` as module support is automatically detected Target browsers supporting ESM in the ESM build. * Disable corejs aliasing (polyfill) * Fix package.json and update lockfile * Bump CircleCI cache version * Remove `Object.values()` use for Node 6 compatability * Remove redundant arguments to @babel/register * Update rollup and rollup-plugin-babel * Add ignore option to no-transform-runtime-aliasing Ignore JSON.stringify, parseInt, and ParseFloat * Upgrade babel-loader to 8.0.1 * Use api.env() in Babel configuration * Upgrade babel-loader to 8.0.2
This commit is contained in:
committed by
Kevin Barabash
parent
010dc88029
commit
4178639ea5
@@ -18,13 +18,13 @@ post_checkout: &post_checkout
|
||||
fi
|
||||
|
||||
node_modules_cache_key: &node_modules_cache_key
|
||||
yarn-deps-v1-{{ checksum "yarn.lock" }}
|
||||
yarn-deps-v2-{{ checksum "yarn.lock" }}
|
||||
|
||||
restore_node_modules_cache: &restore_node_modules_cache
|
||||
restore_cache:
|
||||
keys:
|
||||
- *node_modules_cache_key
|
||||
- yarn-deps-v1-
|
||||
- yarn-deps-v2-
|
||||
|
||||
yarn_install: &yarn_install
|
||||
run:
|
||||
|
Reference in New Issue
Block a user