How to set elixirPath for module?

Hi,

I’m trying to et up a layout wich embed css and js generated by webpack.

At the moment I have this in my module layout:

`

`

However this output an html like this:

`

`

This will not work because of the extra slash before “modules_app”.

Is this a bug or am I doing it wrong?

Might be a bug Francesco