{"library":"text-loader","install":[{"cmd":"npm install text-loader","imports":["import text from 'text-loader';","// webpack.config.js\nmodule.exports = {\n  module: {\n    rules: [\n      { test: /\\.txt$/, use: ['text-loader'] }\n    ]\n  }\n};"]},{"cmd":"yarn add text-loader","imports":[]},{"cmd":"pnpm add text-loader","imports":[]}]}