diff options
author | Vitaly Takmazov | 2022-12-08 11:03:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-12-08 11:03:34 +0300 |
commit | d4beb3a3cc2928a33a89bce6be1b084a65998bbd (patch) | |
tree | ebebdad776003db865696631ff884ded34fb3b76 /package.json | |
parent | 2121aa50cc3506950eb1947d053a44a1790cf2f2 (diff) |
webpack: minify using esbuild
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index c1c25d6e..48a7409d 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "core-js": "^3.26.1", "cross-env": "^7.0.3", "cssnano": "^5.1.14", + "esbuild": "^0.16.2", "eslint": "8.29.0", "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-only-ascii": "0.0.0", |