StarkShang / vite-plugin-chrome-extension

A vite plugin to bundle chrome extensions for Manifest V3.
MIT License
467 stars 68 forks source link

Both package-lock.json and pnpm-lock.yaml in project #10

Open farzadso opened 3 years ago

farzadso commented 3 years ago

Hi,

I wanted to build and run the project locally and noticed that both package-lock.json and pnpm-lock.yaml are present in the project. Which one is correct? I guessed it was the package-lock.json file as it was more recent.