You've already forked tribes-plugin-sender
forked from tribes/tribes-plugin-template
e3fb9937d2
Build Sender TypeScript through esbuild as an IIFE so host plugin asset tags can load it as a classic script, and suppress noisy host Ash domain warnings during dev compilation.
6 lines
217 B
Elixir
6 lines
217 B
Elixir
import Config
|
|
|
|
# The host is a compile-only dependency in dev. Suppress host Ash domain
|
|
# config inclusion warnings while compiling host modules as a dependency.
|
|
config :ash, :validate_domain_config_inclusion?, false
|