Hello, is there a way to remove some part of the “...
# multiplatform
g
Hello, is there a way to remove some part of the “package” of our multiplatform project for JS? (I use jsBrowserWebpack) When the root package is
com.company.blabla
, we need to repeat it every use of each file in the JS code. I’d love to know is there is a way to tell our module to scrap the root package as everything is exported inside a module anyway?