jsaelhof / movie-picker

Next.js test app. Keeps a list of movies to watch across various streaming services and randomly picks one.
https://moviedecider4000.vercel.app
2 stars 0 forks source link

Dead code detection #73

Closed jsaelhof closed 2 years ago

jsaelhof commented 2 years ago

Investigate webpack’s detection if next is using it. Otherwise look at other tools.

jsaelhof commented 2 years ago

Added next-unused: https://www.npmjs.com/package/next-unused

Pull #74