Currently `*.json` files are mapped to use the `file` loader: https://github.com/ahrefs/reshowcase/blob/993dc203f7cd28ee266f93fa0bf0690bc6048144/commands/reshowcase#L140 This is problematic because esbuild has its own `json` loader which works similarly to webpack and other bundlers ones: https://esbuild.github.io/content-types/#json
Currently
*.jsonfiles are mapped to use thefileloader:reshowcase/commands/reshowcase
Line 140 in 993dc20
This is problematic because esbuild has its own
jsonloader which works similarly to webpack and other bundlers ones: https://esbuild.github.io/content-types/#json