ryanto / esbuild-entrynames-dir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This build ends up creating an output file that has node_modules in its path. This causes node to think the file is a node_module, and is confused when it finds ESM code in the directory.

To reproduce:

npm i
node index

About


Languages

Language:JavaScript 100.0%