You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ bun bun.config.js
error: undefined is not an object (evaluating 'args.pluginData.path')
/Users/dev/code/bun-plugin-rails-app-test/undefined/**/*.js:1:0 0
In the latest i got:
error: "paths[0]" property must be of type string, got undefined
at /Users/dev/code/bun-plugin-rails-app-test/app/javascript/application.js:1:0`
What version of Bun is running?
1.0.27+c34bbb2e3
What platform is your computer?
Darwin 23.3.0 arm64 arm
What steps can reproduce the bug?
Add the import and modify the config into bun.config.js:
Console output in older version of bun:
In the latest i got:
Which is referring to
import "./**/*.js";
What is the expected behavior?
excid3/esbuild-rails#23
Compiling without error and showing us the console.log in the browser.
Is it on your roadmap to implement those or need additional informations ?
What do you see instead?
No response
Additional information
excid3/esbuild-rails#23 (comment)
@Jarred-Sumner is aware of this issue, but i was wondering if it went into the roadmap or not yet
The text was updated successfully, but these errors were encountered: