UNPKG

343 BJavaScriptView Raw
1// Workaround for https://github.com/rollup/rollup-plugin-commonjs/issues/105
2if (!window.require) {
3 window.require = function () {};
4}
5// Workaround for code that is meant to run in node.js
6window.global = window;
7
8// Workaround so that umd will be loaded as global not require.js
9var define__default = window.define;
10window.define=null;