Ok, me again :stuck_out_tongue: So I've my project...
# javascript
t
Ok, me again 😛 So I've my project, in my
src
directory I have many packages like:
Copy code
src
    datastore
        file1
        file2
        file3
    webgl
        file1
        file2
    main.kt
When I build the project the compiler is doing one big file, I want him to generate one file par
package
. And in the compiled code, it
require
the right package asynchronously 😄