Ok seems it was picked after clean build into the ...
# javascript
a
Ok seems it was picked after clean build into the jar, but this doesn't seem to work
Copy code
public external fun require(module: String): dynamic
val something = require("./<some non constant value>")
It says
Copy code
Error: Cannot find module './<...>'
t
Constant path required.
inline
methods can solve this problem
a
Hm, that wasn't actually the problem it seems, I added another reply regarding that below >>