-
Notifications
You must be signed in to change notification settings - Fork 8
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
Better bundles #286
Better bundles #286
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7b3a98c
to
a719457
Compare
a719457
to
ea7999d
Compare
ea7999d
to
fc41982
Compare
fc41982
to
4a32867
Compare
@lishaduck i'm pretty sure i had to remove |
Huh. I'll take a look. |
5d1435d
to
0555d51
Compare
Ah, I see. It runs in pwsh, so I can't use interpolation like that. Cooking something up real quick. |
ccb8296
to
1bcf6ae
Compare
I assume you have bash (from git or wsl) on your machine? 🤣 |
1bcf6ae
to
17879ea
Compare
17879ea
to
4982d42
Compare
Git Bash, exactly, haha. |
Ok, I wrapped the script in |
5547169
to
5c97600
Compare
@lishaduck uhm, apparently the windows build is failing |
Yeah, it looks like there's an issue with globs & git bash. I was debugging it, but commit + push + wait for ci is a pretty slow way of checking. |
5c97600
to
5033082
Compare
@AndreaPontrandolfo, it works again! Apparently |
5033082
to
df5de25
Compare
The require is never used. The resolve option is overridden by dts-bundle-generator.
df5de25
to
fcb4f70
Compare
edd46d1
to
fcb4f70
Compare
Don't bundle third-party packages.
fcb4f70
to
76bdc22
Compare
I was trying to fix #268, which seems fixed, but noticed some improvements that could be made.
Resolves #288
Fixes #289
Relates to #193