2018-03-07 09:40:00 -07:00
|
|
|
(function () {
|
2020-03-20 14:28:31 -06:00
|
|
|
window.require = require;
|
2018-03-07 09:40:00 -07:00
|
|
|
if (location.protocol === 'file:') {
|
2020-03-20 14:28:31 -06:00
|
|
|
window.test = 'preload';
|
2018-03-07 09:40:00 -07:00
|
|
|
}
|
2020-03-20 14:28:31 -06:00
|
|
|
})();
|