-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow running NPM tools from execroot (#2297)
NPM tools are currently run out of external/{md}/node_modules. If the tool loads user-provided files in the execroot, which is the common case, then this can lead to bad interactions. Two examples of bad interactions are: 1. A tool that loads React and the user code too, hooks becoming unusable. 2. A tool that calls into a bundler like Webpack, potentially bundling duplicate packages. Signed-off-by: Duarte Nunes <duarte@hey.com>
- Loading branch information
Showing
1 changed file
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters