code-chunks / angular2-logger

A log4j inspired logger for angular 2.
MIT License
144 stars 41 forks source link

npm library with .js files only #164

Open Sutikshan opened 7 years ago

Sutikshan commented 7 years ago

Thanks for Nice library. Is it possible to release this library with just .js file (excluding .ts files). Because of .ts, I think we need to include node_modules folder also under `loader: 'awesome-typescript-loader', rule. which makes testing/recompilation slow.

langley-agm commented 7 years ago

Hi @Sutikshan

I'm not sure what loader: 'awesome-typescript-loader is. I prefer to keep the source files in there for reference, they tend to be useful for developers.