vuejs / component-compiler-utils

Lower level utilities for compiling Vue single file components
319 stars 75 forks source link

fix: LRUCache v5 has to be invoked with new (#79) #83

Closed lenkog closed 4 years ago

lenkog commented 4 years ago

With this fix the code works with both LRUCache v4 and v5.

lenkog commented 4 years ago

Support for LRUCache v5 is needed because newer Webpack versions use it.