You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Sutikshan
changed the title
release library with .js file only
npm library with .js files only
Apr 11, 2017
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.
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.
The text was updated successfully, but these errors were encountered: