Elmo
Elmo
Actually, there is a workaround for this. The module that needs transpiling is 'dropzone': ``` transpile: [ ({isLegacy}) => isLegacy && 'dropzone', // Needed for IE support ] ```
I was also looking for this function, but because it was not available, I came up with something myself.. Feel free to modify the output to your needs. Currently it...
I also encountered this problem while first upgrading to Nuxt 2.13 (Javascript heap out of memory while generating pages). For me, this happened for 2 reasons: 1) A very large...