windwalker-io / core

The framework extended library for Windwalker Starter application.
https://github.com/ventoviro/windwalker-starter
MIT License
4 stars 3 forks source link

import map only show manually imported and default only keep core maps #1172

Open asika32764 opened 11 months ago

asika32764 commented 11 months ago
// Register galbally
'@sortablejs'   => 'vendor/sortablejs/Sortable.min.js'

// Only show on frontend if manually imported
$asset->importMap('@sortablejs');

unicorn.js should only use @vendor/... to import vendors, don't use shortcuts