Never ignore externals in production
This commit is contained in:
parent
5ea39f86f7
commit
1ae0c5aa4d
|
@ -18,7 +18,7 @@ import path from 'path';
|
||||||
import { setTimeout } from 'timers';
|
import { setTimeout } from 'timers';
|
||||||
|
|
||||||
const tests = typeof PRODUCTION === 'undefined';
|
const tests = typeof PRODUCTION === 'undefined';
|
||||||
const ignoreExternal = true;
|
const ignoreExternal = tests && true;
|
||||||
|
|
||||||
class BetterDiscord {
|
class BetterDiscord {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue