dphilipson / typescript-fsa-reducers

Fluent syntax for defining typesafe reducers on top of typescript-fsa.
MIT License
220 stars 16 forks source link

npm packaging slightly messed-up: sourcemap with no source #4

Closed estaub closed 7 years ago

estaub commented 7 years ago

Webpack complains:

WARNING in ./~/typescript-fsa-reducers/dist/index.js
Cannot find source file '../src/index.ts': Error: Can't resolve '../src/index.ts' in '[my project]/node_modules/typescript-fsa-reducers/dist'
 @ ./src/redux/reducers.ts 14:32-66
 @ ./src/index.tsx
 @ multi babel-polyfill ./src/index.tsx webpack-dev-server/client?http://0.0.0.0:8080 webpack/hot/only-dev-server

BTW... nice work!

dphilipson commented 7 years ago

Fixed in 0.3.1. Thank you very much for the report and the compliment!