Version
v1.4.0
Module (core, cmpapi, cli, stub, or testing)
cmpapi, stub
Describe with reproduction steps – What is the expected behavior?
When bundling using nodejs microbundle it looks like stub function is being undefined, if I remove the stub and try to bundle without it then I get error for undefined 'SemanticPreEncoder'. In the dev environment without production build everything works fine. I think that the problem is in bundling, TCF framework has a lot of circular dependencies, maybe that is what causes errors.
Have anyone ever had these kind of issues or maybe I should simply try other bundlers and one of them might work?
Version
v1.4.0
Module (core, cmpapi, cli, stub, or testing)
cmpapi, stub
Describe with reproduction steps – What is the expected behavior?
When bundling using nodejs microbundle it looks like stub function is being undefined, if I remove the stub and try to bundle without it then I get error for undefined 'SemanticPreEncoder'. In the dev environment without production build everything works fine. I think that the problem is in bundling, TCF framework has a lot of circular dependencies, maybe that is what causes errors.
Have anyone ever had these kind of issues or maybe I should simply try other bundlers and one of them might work?