Never ignore externals in production

This commit is contained in:
Jiiks 2019-03-05 21:31:20 +02:00
parent 5ea39f86f7
commit 1ae0c5aa4d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import path from 'path';
import { setTimeout } from 'timers';
const tests = typeof PRODUCTION === 'undefined';
const ignoreExternal = true;
const ignoreExternal = tests && true;
class BetterDiscord {