Files
sociology_app/node_modules/hls.js/src/empty-es.js
2024-07-17 14:06:06 +08:00

6 lines
325 B
JavaScript

// This file is inserted as a shim for modules which we do not want to include into the distro.
// This replacement is done in the "alias" plugin of the rollup config.
// Use a ES dedicated file as Rollup assigns an object in the output
// For example: "var KeySystemFormats = emptyEs.KeySystemFormats;"
module.exports = {};