You need to configure the brunch configuration to point to the appropriate directory:
watched: ["../../deps/phoenix/web/static", "../../deps/phoenix_html/web/static", "web/static", "test/static"],
And then import:
import "../../../deps/phoenix_html/web/static/js/phoenix_html"
We need to fix Phoenix, though, to create such defaults inside umbrellas.
source share