This website requires JavaScript.
Explore
Help
Sign In
taler
/
wallet-core
Watch
1
Star
0
Fork
0
You've already forked wallet-core
Code
Issues
Pull Requests
Packages
Projects
Releases
Activity
008926b184
wallet-core
/
node_modules
/
readable-stream
/
passthrough.js
2 lines
51 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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-20 03:09:25 +02:00
module
.
exports
=
require
(
'./readable'
)
.
PassThrough
Reference in New Issue
Copy Permalink