p2plabsxyz / dscan

A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.
https://chromewebstore.google.com/detail/dscan-own-your-identity-o/idpfgkgogjjgklefnkjdpghkifbjenap
MIT License
36 stars 26 forks source link

feat: build for firefox #30

Open akhileshthite opened 1 year ago

akhileshthite commented 1 year ago

⚠️ Use same branch.

Testing:

  1. Install firefox.
  2. Type about:debugging in search bar.
  3. Click -> This Firefox.
  4. Click -> Load Temporary Add-on...
  5. Open the BuidlFF folder (select manifest.json).

Problem:

https://github.com/p2plabsxyz/dscan/pull/42#issuecomment-1771186455

Investigation:

https://github.com/p2plabsxyz/dscan/pull/42#issuecomment-1772718981

ujjwall-R commented 1 year ago

Are all these to be added to .gitignore? What is buidlFF? Is it the instruction only to be added in package.json?

akhileshthite commented 1 year ago

Are all these to be added to .gitignore? What is buidlFF? Is it the instruction only to be added in package.json?

Hey, buidlFF will be the build folder for firefox add-on when you run npm run buildFF command. Just updated the issue, hope it's clear now.

docjon09 commented 11 months ago

Hi @akhileshthite , will the webpack.configFF.js and webpack.prodFF.js files be similar to the webpack.config.js and webpack.prod.js files?

akhileshthite commented 11 months ago

Hi @akhileshthite , will the webpack.configFF.js and webpack.prodFF.js files be similar to the webpack.config.js and webpack.prod.js files?

Yes