{"library":"handlebars-loader","install":[{"cmd":"npm install handlebars-loader","imports":["import template from './file.handlebars';","module.exports = { module: { rules: [ { test: /\\.handlebars$/, loader: 'handlebars-loader' } ] } };","This loader is not imported directly by user code; it is referenced in webpack config."]},{"cmd":"yarn add handlebars-loader","imports":[]},{"cmd":"pnpm add handlebars-loader","imports":[]}]}