I try compile erl files in Intellij with Erlang plugin. Everything is good with compilation but in out/production the folder does not create any files .beam
and when I run console I get message:
exception error: undefined function.
When I use c("file").
everything is all right. Why does Intellij not create .beam
files?
production
folder? Is itproduction
orebin
? – Squadron