From a7ebffaa4928e95e14dc467979860779bcdcd8a7 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Sun, 4 Apr 2021 22:43:36 -0700 Subject: [PATCH] Remove dotenv from build script --- rollup.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index 73d9560..8e433fb 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,5 +1,3 @@ -require('dotenv').config(); - const builtinModules = require('module').builtinModules; const execSync = require('child_process').execSync;