medikoo / memoizee

Complete memoize/cache solution for JavaScript
ISC License
1.73k stars 61 forks source link

Error: Can't resolve 'es5-ext/to-short-string-representation' #86

Closed jeffijoe closed 7 years ago

jeffijoe commented 7 years ago

Memoizee v0.4.8

Occurs in Webpack 3 build.

OS: macOS Sierra

Error: Can't resolve 'es5-ext/to-short-string-representation'

Latest known working version: 0.4.6.

medikoo commented 7 years ago

@jeffijoe thanks. it requireses5-ext at at least 0.10.28 which indeed was not forced in dependencies configuration

Fixed with 0.4.9

jeffijoe commented 7 years ago

Excellent, thanks for the quick fix @medikoo !