up209d / ResourcesSaverExt

Chrome Extension for one click downloading all resources files and keeping folder structures.
GNU General Public License v3.0
1.65k stars 337 forks source link

Retrieve or generate package.json #63

Closed CaledoniaProject closed 10 months ago

CaledoniaProject commented 10 months ago

Nice extension, it works for webpack based projects. But do you have any ideas on how to generate packages.json from existing node_modules?

I'm also not sure whether webpack would include package.json in the artifacts.

up209d commented 10 months ago

Nice extension, it works for webpack based projects. But do you have any ideas on how to generate packages.json from existing node_modules?

I'm also not sure whether webpack would include package.json in the artifacts.

That would be not possible since the package.json file is not included in the source map

CaledoniaProject commented 10 months ago

OK, Understood.