Can someone explain what's the reason that `module...
# javascript
a
Can someone explain what's the reason that
moduleName
is not used when creating a distribution? When I start the gradle task for a productionDistribution it creases the node-module with the correct modulename, but the distribution JS file has the project name as modulename inside.
1