guesses the potential esbuild loader types for a given mime type.

  • Parameters

    • content_type: string

      the mime string that you wish to guess the loader of

    Returns undefined | Set<Loader>

    a set of possible esbuild loaders appropriate for the given content_type mime.