agiledigital / typed-redux-saga

An attempt to bring better TypeScript typing to redux-saga.
MIT License
310 stars 33 forks source link

esbuild/esbuild-loader #599

Open TheHaff opened 3 years ago

TheHaff commented 3 years ago

Anyone using esbuild/esbuild-loader know a workaround for the macro issue? I guess you could get it working with babel-loader for the sagas and esbuild-loader for the rest.

rssfrncs commented 2 years ago

have you tried not using the macro?