We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ff228 commit 7df5d15Copy full SHA for 7df5d15
lib/mix/lib/mix/tasks/compile.elixir.ex
@@ -200,7 +200,7 @@ defmodule Mix.Tasks.Compile.Elixir do
200
Defaults to `["lib"]`, can be configured as:
201
202
```
203
- [elixirc_paths: ["lib", "other"]]
+ [elixirc_paths: ["lib", "other"]]
204
205
206
* `:elixirc_options` - compilation options that apply
@@ -212,14 +212,14 @@ defmodule Mix.Tasks.Compile.Elixir do
212
is a change:
213
214
215
- [compile_exts: [:ex]]
+ [compile_exts: [:ex]]
216
217
218
* `:watch_exts` - extensions to watch in order to trigger
219
a compilation:
220
221
222
- [elixirc_watch_exts: [:ex, :eex]]
+ [elixirc_watch_exts: [:ex, :eex]]
223
224
225
"""
0 commit comments