Jeff

Results 23 comments of Jeff

Thank you. V2 of the RTK address import issues related to nodejs and ESM. How soon do you think you'll be able to confirm compatibility? Once again, Thank you!

Hey fostyfost, Just thought I'd circle back around to see if there were any updates to redux-eggs as it pertains to V2 of RTK? Jeff

Here is the Vite work around. ``` export default defineConfig({ ... plugins: [react()], resolve: { alias: [ { find: 'bwip-js', replacement: resolve( __dirname, 'node_modules/bwip-js/dist/bwip-js.mjs' ) } ] }, ... Enjoy!...