-
Notifications
You must be signed in to change notification settings - Fork 363
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
[Feature request] publishConfig overriding support #805
Comments
I might be misunderstanding - how is this different than the existing package.json main/module/browser/unpkg fields we support? |
When using monorepo, with tools like TypeScript, Jest, and whatever else
Suppose I have a newly downloaded repository or run Then, TypeScript cannot resolve the Using the source file in the I've learned this pattern from https://github.com/yarnpkg/berry |
Obviously, this is optional. And I believe it will not break existing configs. Can I make a patch for it? |
Sure, Seems reasonable. |
Hi 👋
I recently replaced my own rollup configuration with a microbundle and it's much simpler and just works!
However, there is a part that is not supported in the config I used frequently
In the previous config, I was using this in the
package.json
.This pattern is helpful for monorepo tooling. For example, when I run all test suites for an entire package, this helps the test runner resolve monorepo dependency without an additional build step.
The text was updated successfully, but these errors were encountered: