Adam Pancutt
Adam Pancutt
Fixes #105 Adds JSDoc to allow declaration files to be generated by `tsc`. TypeScript users would no longer be required to install `@types/webpack-node-externals`.
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: arm64 Version:...
Fixes #411 Consider a scenario where a project contains code destined for NodeJS except for the `src` directory which is for browsers. The project has the following browserslist config: ```...