Moved to ESBuild

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-07-19 14:44:42 +02:00
parent e172465258
commit 7c253c98d7
4 changed files with 74 additions and 1353 deletions

View File

@ -3,4 +3,4 @@ import unfetch from 'unfetch'
TCGdex.fetch = window.fetch ?? unfetch as any
module.exports = TCGdex
(global ?? window).TCGdex = TCGdex