Steven
Steven
It might be best to avoid using quotes (or any search operators) since quotes might be part of the query and it could be annoying to escape quotes. How about...
@kyliewd The slider looks like its 0 to 100 instead of 0 to 10. I put it in the middle and its value is 50.
Thanks for the PR! I've testing on real repos here: - https://github.com/vercel/next.js/pull/37200 - https://github.com/vercel/vercel/pull/7875 This needs further investigation before we land since its not clear why the `require()` in TS...
@kwonoj I found a bug where the `.d.ts` files are not emitted with ncc even thought the tsconfig.json has `"declaration": true`. You can see this had to be changed in...
@kwonoj Hmm, I think replacing tsloader with swc is a fair tradeoff to losing `.d.ts` since swc is 2x faster in `vercel/vercel` and `vercel/next.js`. In the cases we need `.d.ts`,...
@dependabot rebase
I haven't tried Parcel but looks like its designed for web assets and not Node.js
Feel free to submit a PR 👍
There's a similar issue #794 that suggested `--asset-builds` flag
Hello @yeli19950109 Can you create an example that fails with `ncc build`?