s-panferov / awesome-typescript-loader

Awesome TypeScript loader for webpack
Other
2.35k stars 179 forks source link

fix(cache): use object-hash to invoke function options #605

Open acrazing opened 6 years ago

acrazing commented 6 years ago

Currently, the cache filename use JSON.stringify to create cache key, it could not process function options just like getCustomTransformers, this PR changes it to use object-hash to process it.