Drew Loomer
Drew Loomer
I'm working on a project that bundles multiple libraries from the same package, but dts currently uses `main` and `module` exclusively for determining where to output files. This PR adds...
### Reproduction https://github.com/drewloomer/remix-run-remix-dqkrza Clone repo ``` pnpm i pnpm build pnpm start ``` Open `http://localhost:3207/dashboard` See that assets do not load because their path is incorrect ### System Info ```shell...
Not sure if this is a `babel-preset-es2015-rollup` bug or a `babel-jest` bug, but I wanted to log it to get a conversation started and hopefully help someone else who is...