diff options
author | Vitaly Takmazov | 2022-12-08 11:33:42 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-12-08 11:35:03 +0300 |
commit | c942dcfcb854d0c3411ea29c3f9b7cba29314371 (patch) | |
tree | d6fb6e3a83af1f929c9d67e51f53dbe639d37684 /package.json | |
parent | d4beb3a3cc2928a33a89bce6be1b084a65998bbd (diff) |
webpack: minify using `swc`
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 48a7409d..21f42463 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,13 @@ "devDependencies": { "@babel/core": "^7.20.5", "@babel/preset-env": "^7.20.2", + "@swc/core": "^1.3.21", "babel-loader": "^9.1.0", "concurrently": "^7.6.0", "copy-webpack-plugin": "^11.0.0", "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", |