From 8e9bddc4ab09708900ae781b43a7666d933dd169 Mon Sep 17 00:00:00 2001 From: x-ror <16686943+x-ror@users.noreply.github.com> Date: Wed, 26 May 2021 19:23:33 +0300 Subject: [PATCH] remove redundant variables --- rollup.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index 091d2ea..65e97d7 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -2,8 +2,6 @@ import fs from 'fs'; import typescript from '@rollup/plugin-typescript'; import pkg from "./package.json"; -const ts_plugin = typescript({ include: 'src/**', typescript: require('typescript') }); - function config(dir) { const _dir = dir ? dir + '/' : ''; return {