how can i have js and jsx files in the same rails 7 app using esbuild if i use --loader: .js=jsx in my script command for build then that means javascript will be read as jsx and there’s no interpreter left for js so how do I set loader to .js=js .jsx=jsx ?