# fis-packager-map **Repository Path**: mirrors_fex-team/fis-packager-map ## Basic Information - **Project Name**: fis-packager-map - **Description**: A packager plugin for fis to pack resources. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fis-packager-map A packager plugin for fis to pack resources. ## settings $ vi path/to/project/fis-conf.js ```javascript fis.config.merge({ pack : { 'aio.js' : ['widget/**.js', /^\/components\/.*\.js$/i], 'aio.css' : '**.css' } }); ```