feat: stale dep as a nuxt module

This commit is contained in:
三咲智子 Kevin Deng 2023-01-14 02:57:31 +08:00
parent 3defa7f110
commit b6c916517c
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
4 changed files with 34 additions and 22 deletions

View file

@ -30,6 +30,7 @@ export default defineNuxtConfig({
'~/modules/build-env',
'~/modules/tauri/index',
'~/modules/pwa/index', // change to '@vite-pwa/nuxt' once released and remove pwa module
'~/modules/stale-dep',
],
experimental: {
payloadExtraction: false,