zjsunit: Remove babel-plugin-lazy-require.

There are no more require() calls in tested modules.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-28 12:59:03 -08:00
committed by Tim Abbott
parent 099e8fb00e
commit cce3257f2c
4 changed files with 1 additions and 8 deletions

View File

@@ -24,7 +24,6 @@ require("@babel/register")({
),
],
plugins: [
"babel-plugin-lazy-require",
"babel-plugin-rewire-ts",
["@babel/plugin-transform-modules-commonjs", {lazy: () => true}],
],

View File

@@ -89,7 +89,6 @@
"@types/webpack-dev-server": "^3.1.6",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"babel-plugin-lazy-require": "^1.0.3",
"babel-plugin-rewire-ts": "^1.4.0",
"difflib": "^0.2.4",
"eslint": "^7.2.0",

View File

@@ -45,4 +45,4 @@ API_FEATURE_LEVEL = 40
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = "128.2"
PROVISION_VERSION = "129.0"

View File

@@ -2187,11 +2187,6 @@ babel-plugin-dynamic-import-node@^2.3.3:
dependencies:
object.assign "^4.1.0"
babel-plugin-lazy-require@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/babel-plugin-lazy-require/-/babel-plugin-lazy-require-1.0.3.tgz#8307b3572c6546799a9ef69637da9711043b29e0"
integrity sha512-EtHlh2iB6724cpJaGNvuRwN6zkLXIA+xLKUwIqJwczT9xAA70fPv9XWs0NQKs5zkLppAT5wLn6nK6hwINXOSZg==
babel-plugin-rewire-ts@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/babel-plugin-rewire-ts/-/babel-plugin-rewire-ts-1.4.0.tgz#6c814d5aa3ef3d8c0d0c7a27891877fb28930e5b"