aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/README
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-04-20 03:09:25 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-04-24 16:14:29 +0200
commit82f2b76e25a4a67e01ec67e5ebe39d14ad771ea8 (patch)
tree965f6eb89b84d65a62b49008fd972c004832ccd1 /thirdparty/README
parente6e0cbc387c2a77b48e4065c229daa65bf1aa0fa (diff)
downloadwallet-core-82f2b76e25a4a67e01ec67e5ebe39d14ad771ea8.tar.xz
Reorganize module loading.
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.
Diffstat (limited to 'thirdparty/README')
-rw-r--r--thirdparty/README24
1 files changed, 0 insertions, 24 deletions
diff --git a/thirdparty/README b/thirdparty/README
deleted file mode 100644
index a095a34b8..000000000
--- a/thirdparty/README
+++ /dev/null
@@ -1,24 +0,0 @@
-We maintain copies of third-party repositories in this directory.
-Preferably each subdirectory should be maintained via 'git subtree'.
-The rest of the project references third party components either via
-symlinks, or via the build system.
-
-The following third party modules are used:
-
-Directory: jed
-Copyright: jQuery Foundation and other contributors, https://jquery.org/
-License: See jed/LICENSE
-Description: gettext .po parser for JavaScript
-Repository: https://github.com/SlexAxton/Jed/blob/master/LICENSE
-
-Directory: URI.js
-Copyright: Rodney Rehm
-License: The MIT License
-Description: URL parsing and manipulation library for JavaScript
-Repository: https://github.com/medialize/URI.js
-
-Directory: systemjs
-Copyright: Guy Bedford
-License: MIT License
-Description: Universal module loader for JavaScript
-Repository: https://github.com/systemjs/systemjs