partytown_drupal-1.0.5/partytown_drupal.libraries.yml
partytown_drupal.libraries.yml
partytown:
license: &partytown_license
name: MIT
url: https://github.com/QwikDev/partytown/blob/main/LICENSE
gpl-compatible: true
version: &partytown_version "0.11.1"
header: true
js:
/modules/contrib/partytown_drupal/lib/partytown.js: { minified: true, weight: 0, attributes: {defer: true } }
partytown.debug:
license: *partytown_license
version: *partytown_version
header: true
js:
/modules/contrib/partytown_drupal/lib/debug/partytown.js: { minified: false, weight: 0, attributes: {defer: true } }
partytown.settings:
version: VERSION
header: true
js:
js/partytown_drupal_settings.js: {weight: -10}
dependencies:
- core/drupal
- core/drupalSettings
- core/once
