Zlatko
Results
2
issues of
Zlatko
When **building my application** on top of the `remoteEntry` I have this line `import{_ as i}from"./preload-helper-7dcba38e.js"`. As you can see from my configuration, I don't have `modulePreload` set to `false`...
When importing the `OpenFeatureSplitProvider`, I get the following error: `Module not found: Error: Can't resolve '@splitsoftware/openfeature-js-split-provider/src'` This is how I import it: `import {OpenFeatureSplitProvider} from '@splitsoftware/openfeature-js-split-provider/src'` I use the following...