cyrilluce / saga-duck

extensible and composable duck for redux-saga
MIT License
98 stars 15 forks source link

fix: building examples need config extension #3

Closed cha0s closed 5 years ago

cha0s commented 5 years ago

Examples wouldn't build since examples/src isn't in rootDir. By nulling rootDir and setting rootDirs in ts-loader's compilerOptions, everything works.