{"library":"bundle-loader","install":[{"cmd":"npm install bundle-loader","imports":["import bundle from './file.bundle.js';","const bundle = require('./file.bundle.js');","module.exports = { module: { rules: [ { test: /\\.bundle\\.js$/, use: { loader: 'bundle-loader', options: { lazy: true } } } ] } };"]},{"cmd":"yarn add bundle-loader","imports":[]},{"cmd":"pnpm add bundle-loader","imports":[]}]}