wallet-core/node_modules/core-js
Florian Dold 82f2b76e25
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.
2017-04-24 16:14:29 +02:00
..
build Reorganize module loading. 2017-04-24 16:14:29 +02:00
client Reorganize module loading. 2017-04-24 16:14:29 +02:00
core Reorganize module loading. 2017-04-24 16:14:29 +02:00
es5 Reorganize module loading. 2017-04-24 16:14:29 +02:00
es6 Reorganize module loading. 2017-04-24 16:14:29 +02:00
es7 Reorganize module loading. 2017-04-24 16:14:29 +02:00
fn Reorganize module loading. 2017-04-24 16:14:29 +02:00
library Reorganize module loading. 2017-04-24 16:14:29 +02:00
modules Reorganize module loading. 2017-04-24 16:14:29 +02:00
web Reorganize module loading. 2017-04-24 16:14:29 +02:00
bower.json Reorganize module loading. 2017-04-24 16:14:29 +02:00
CHANGELOG.md Reorganize module loading. 2017-04-24 16:14:29 +02:00
Gruntfile.js add node_modules to address #4364 2016-10-10 03:43:44 +02:00
index.js Reorganize module loading. 2017-04-24 16:14:29 +02:00
LICENSE Reorganize module loading. 2017-04-24 16:14:29 +02:00
package.json Reorganize module loading. 2017-04-24 16:14:29 +02:00
shim.js Reorganize module loading. 2017-04-24 16:14:29 +02:00