Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add 'core' export and mapping for single files
Introduces a new export under the `core` mapping to facilitate the use of the core functionalities of the `pillarbox` library. Integrators can now easily access the core bundle by importing it directly in their projects as shown below: ```javascript // Using ES6 import syntax import pillarbox from '@srgssr/pillarbox-web/core'; // Using CommonJS syntax const pillarbox = require('@srgssr/pillarbox-web/core'); ``` This update also includes an export to allow for straightforward mapping of all files included in the final bundle.
- Loading branch information