import type {Factory} from '@roots/bud-build/config'

export const externalsType: Factory<`externalsType`> = async app =>
  undefined
