mirror of
https://github.com/status-im/reagent.git
synced 2026-08-31 13:01:15 +00:00
New :bundle target will generate JS tooling compatible output, which can be processed with Webpack and passed to Karma.
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
window.__karma__.loaded_real = window.__karma__.loaded;
|
|
window.__karma__.loaded = function() {
|
|
|
|
};
|