From f364b4fc760391249b149ba539737ba421494715 Mon Sep 17 00:00:00 2001 From: Jaco Date: Sun, 5 Mar 2023 13:42:22 +0200 Subject: [PATCH] Remove unused config (#3085) --- babel.config.cjs | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 babel.config.cjs diff --git a/babel.config.cjs b/babel.config.cjs deleted file mode 100644 index bfc932598..000000000 --- a/babel.config.cjs +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright 2020-2023 @polkadot/phishing authors & contributors -// SPDX-License-Identifier: Apache-2.0 - -module.exports = require('@polkadot/dev/config/babel-config-cjs.cjs');