We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202e92e commit 1c5e95cCopy full SHA for 1c5e95c
2 files changed
lib/mix/tasks/esbuild.ex
@@ -27,6 +27,7 @@ defmodule Mix.Tasks.Esbuild do
27
"""
28
29
@shortdoc "Invokes esbuild with the profile and args"
30
+ @compile {:no_warn_undefined, Mix}
31
32
use Mix.Task
33
lib/mix/tasks/esbuild.install.ex
@@ -22,6 +22,8 @@ defmodule Mix.Tasks.Esbuild.Install do
22
23
24
@shortdoc "Installs esbuild under _build"
25
26
+
@impl true
0 commit comments