Function getBabelExclude

  • Get a babel exclude function to filter out files that should not transpile.

    Parameters

    • xarcOptions: any

      xarc dev options

    Returns ((x) => boolean)

    babel exclude function

      • (x): boolean
      • Parameters

        • x: string

        Returns boolean