-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config file couldn't resolve entry point folder with ** glob syntax #976
Comments
You should do this |
@susiwen8 , I tried to make it this way, but I am getting error with specified path:
|
This is a duplicate of #875. The |
There are some useful conventions around const every = fs.readdirSync("src").filter(src => src.endsWith(".js"))
// ... Or something like that. |
Closing this because this is out of scope. The next release will mention globs in the error message:
|
Hey,
I have js config for esbuild which looks like:
When I run it I am getting an error:
However when I use inline script
everything works as expected and no errors there.
I use React with Typescript.
I don't need bundling or things like that, I only need
dist
folder with js files.Thank you in advance
The text was updated successfully, but these errors were encountered: