No it seems not to work:
I have to following configuration:
stealconfig.js
- System.config({ .. common config..})
- System.buildConfig = {map: {"can/util/util" : "can/util/domless/domless"}};
stealconfig.web.js
- require('stealconfig')
- System.config({ .. additional specific config..})
stealconfig.web.js is used for dev mode and for build. It works
while dev and additional config applies.
but after build additional config is not applied after load.
How to fix that?