Skip to content

Commit

Permalink
Update babel.config.js (#3265)
Browse files Browse the repository at this point in the history
Delete redundant code.

Co-authored-by: Jovi De Croock <[email protected]>
  • Loading branch information
RRDAWLX and JoviDeCroock authored Oct 12, 2021
1 parent 4aaecc1 commit 6d0f682
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = function(api) {
api.cache(true);

const minify = String(process.env.MINIFY) === 'true';
const noModules = String(process.env.BABEL_NO_MODULES) === 'true';

const rename = {};
Expand Down

0 comments on commit 6d0f682

Please sign in to comment.