-
Notifications
You must be signed in to change notification settings - Fork 4
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
do not minify build #2
Comments
More over. You don't need a webpack at all. Just use tsc to compile sources. There is no a good reason to make a bundle too. |
Fixed. Thank you for pointing out this issue. It took long time to close this issue because I was busy on release another typescript library last week. |
One more issue after I checked in this file #!/usr/bin/env node
require('../release/bin/cli') This repository become 99% typescript and 1% javascript. 💔 I think it's better just remove |
There is nothing wrong to write entry points in plain js. :) Just don't count it. |
typescript-standard
is not intended tobe part of browser bundle. There is no good reason to uglify build.It's not usual to make minification for node modules and it also affects error outputs.
Eg, I have now completely useless error like:
The text was updated successfully, but these errors were encountered: