1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00
onion/js/third_party
Brett Sun 2921c2adac Handle dependencies that should be split from the main app
Using ES6’s System.import allows webpack to split up the dependency
into its own chunk and load it as necessary. When this is not possible
(ie. when a script expects itself to be dropped into the html), follow
the previous strategy of copying the dependency folder into the build
folder.
2016-06-02 17:14:58 +02:00
..
imports Handle dependencies that should be split from the main app 2016-06-02 17:14:58 +02:00
debug_handler.js Merge with master 2016-02-05 10:38:59 +01:00
facebook_handler.js Merge with master 2016-02-05 10:38:59 +01:00
ga_handler.js Merge with master 2016-02-05 10:38:59 +01:00
intercom_handler.js Merge with master 2016-02-05 10:38:59 +01:00
notifications_handler.js Merge with master 2016-02-05 10:38:59 +01:00
raven_handler.js Merge with master 2016-02-05 10:38:59 +01:00