Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove babel from the project #1

Open
RodDomin opened this issue Nov 23, 2020 · 1 comment
Open

Remove babel from the project #1

RodDomin opened this issue Nov 23, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@RodDomin
Copy link

RodDomin commented Nov 23, 2020

Remove babel from the project

Currently, the project uses babel as a ts compiler, but the lib does not need babel to compile.
Babel will only increase the weight of the lib and will not generate the typing files to help code editors.

@jrmmendes
Copy link

@kbmelo it makes sense. We can use only tsc (and also update the settings to create typing files). Something like gulp could be used to minify the size of the compiled code.

@jrmmendes jrmmendes added the enhancement New feature or request label Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants