One more iteration on the esbuild common package. Switched back to using absolute working path and esbuild's built-in resolver. This also now allows reading entrypoints from node_modules with e.g. ./node_module/react. This is to support hot reloading without getting two Reacts.
One more iteration on the esbuild common package. Switched back to using absolute working path and esbuild's built-in resolver. This also now allows reading entrypoints from node_modules with e.g.
./node_module/react
. This is to support hot reloading without getting two Reacts.Not currently in use yet, remaining steps: