qkreltms / react-action-listener

Middleware, React hook which allows making side effect and listening actions of Context or Redux
MIT License
9 stars 0 forks source link

Add ts-loader #54

Closed qkreltms closed 3 years ago

qkreltms commented 3 years ago

Is your feature request related to a problem? Please describe. We build ts files using tsc, but we can use webpack instead if we use ts-loader

Describe the solution you'd like use ts-loader https://webpack.js.org/guides/typescript/

qkreltms commented 3 years ago

We don't need ts loader because ts loader is in charge of converting typescript (es6) to javascript (es6)