Skip to content

Commit

Permalink
test config change
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Sep 20, 2022
1 parent e9ebf5f commit c7dbb06
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions dist/openplayer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
/******/ (() => { // webpackBootstrap
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
else if(typeof exports === 'object')
exports["OpenPlayer"] = factory();
else
root["OpenPlayer"] = factory();
})(this, () => {
return /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ 228:
Expand Down Expand Up @@ -8904,5 +8914,8 @@ if (typeof window !== 'undefined') {

})();

__webpack_exports__ = __webpack_exports__["default"];
/******/ return __webpack_exports__;
/******/ })()
;
;
});

0 comments on commit c7dbb06

Please sign in to comment.