# ko-loader **Repository Path**: mirrors_tomasAlabes/ko-loader ## Basic Information - **Project Name**: ko-loader - **Description**: Knockout-Webpack loader to replace global jquery references for amd calls - **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 # ko-loader ## Installation `yarn add ko-loader` ## How to use You need to use the debug version of knockout, so that this loader can find the places where the global jquery is used, and replace it for the webpack use. ```javascript module: { rules: [ { test: /knockout-latest\.debug\.js$/, loader: 'ko-loader' } ] } ``` ## License MIT (http://www.opensource.org/licenses/mit-license.php)