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
Same problem here. I use the glob plugin in conjunction with "esbuild-plugin-properties" and I get the same error message (see screenshot) when importing '.properties' files via globbing:
Suggestion
If I modify the code to explicitly add the current directory ./ as starting point, then everything works correctly:
.map((module, index) => `import * as module${index} from './${module}'`)
fast-glob removed relative file symbol
./
, so it report this error message:When I change fast-glob to glob, it works.
rails/jsbundling-rails@main...xiaohui-zhangxh:main
The text was updated successfully, but these errors were encountered: