As more complicated features are added to the extension, npm packages will be required.
This diff compiles background.js and contentscript.js to accept npm dependencies.
Future features require this foundational dev infra change.
Differential D8761
Support npm pkgs in extension-specific files bytesofman on Dec 28 2020, 17:44. Authored by Tags None Subscribers None
Details
As more complicated features are added to the extension, npm packages will be required. Future features require this foundational dev infra change. npm i -g browserify There should be no functionality change in the extension from before.
Diff Detail
Event TimelineComment Actions browserify must be installed globally to build the cashtab extension; added to CONTRIBUTING.md |