82f2b76e25
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node. |
||
---|---|---|
.vscode | ||
articles | ||
contrib | ||
decl | ||
img | ||
node_modules | ||
playground | ||
scripts | ||
selenium | ||
src | ||
tooling | ||
web-common@d7e013594d | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
configure | ||
COPYING | ||
gulpfile.js | ||
INSTALL | ||
Makefile | ||
manifest.json | ||
package.json | ||
README | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
GNU Taler WebExtension Wallet ============================= Cross-browser GNU Taler wallet written for the WebExtensions API. Installation ============ Run `./configure && make' to create an archive containing the extension in ./build/taler-wallet-$VERSION.zip Dependencies ============ See thirdparty/README for a list of dependencies that are checked into this repository as a git subtree. This project also has the following third-party runtime dependencies, which are checked in compiled or minified form: - React (Facebook Inc., BSD License) Emscripten compiled dependencies: * libgnunetutil * libgnunetjson * libgcrypt * libunistring Documentation ============= See the documentation at http://doc.taler.net/dev-wallet-wx.html