From 598b59d7c15b56bd305e3b66262ac686db9e472f Mon Sep 17 00:00:00 2001 From: Chika Date: Mon, 19 Apr 2021 14:15:31 +0300 Subject: [PATCH] Revert "add esbuild plugin" This reverts commit 30d13ec1a74ecb1c4252b3b172cc12628ea003da. --- craco.config.js | 2 -- package.json | 1 - 2 files changed, 3 deletions(-) diff --git a/craco.config.js b/craco.config.js index 489e72c..b7a5354 100644 --- a/craco.config.js +++ b/craco.config.js @@ -1,7 +1,6 @@ /* eslint-disable no-undef */ /* eslint-disable @typescript-eslint/no-var-requires */ const CracoLessPlugin = require('craco-less'); -const CracoEsbuildPlugin = require('craco-esbuild'); const colors = require('./src/client/UIKit/colors'); const dotenv = require('dotenv'); @@ -20,6 +19,5 @@ module.exports = { }, }, }, - { plugin: CracoEsbuildPlugin }, ], }; diff --git a/package.json b/package.json index d1d1393..c4b8d2e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "@testing-library/user-event": "^7.1.2", "antd": "^4.15.0", "axios": "^0.21.1", - "craco-esbuild": "^0.3.1", "craco-less": "^1.17.1", "graphql": "^15.5.0", "js-cookie": "^2.2.1",