kevinmarrec / nuxt-pwa-module

⚠️ DEPRECATED ⚠️ Zero config PWA solution for Nuxt 3
MIT License
338 stars 32 forks source link

Make ensureDir() synchronous #19

Closed escral closed 2 years ago

escral commented 2 years ago

Fix issue when icons are generated before the folder is created

kevinmarrec commented 2 years ago

@Escral I'm unsure how your change fixes the mentioned issue, cause await mkdirp() & mkdirpSync() should do the same thing.