ttma1046
ttma1046
Take a look into build.js. To easiler find rollup config, you can just do a ctrl+shift F for whole project excluding node_modules folder. Btw, rollup configs doesnt need to be...
You need to add the entry of 'util' in the systemjs.config.js of the demo app.
Hi, Could you post the error after you adding `'util': 'node_modules/util/util.js'` entry into the 'map' section of the systemjs.config.js inside of the demo app? Btw since 'util' is something your...
Needs to test it but don't know how. Will ask you later once I get Transport settle down.