# append-loader **Repository Path**: mirrors_stevemao/append-loader ## Basic Information - **Project Name**: append-loader - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # append-loader Used to insert arbitrary content at the end of a module. ## Installation ``` npm install append-loader ``` ## Usage To inject Javascript, pass in a value to `content`. All other parameters will be ignored. For example: ``` 'append?content=' + encodeURIComponent('module.exports="foobar";module={exports:{}}') ``` ## License MIT (http://www.opensource.org/licenses/mit-license.php)