{"library":"webpack-rollup-loader","type":"library","category":null,"description":"A Webpack loader that delegates module bundling to Rollup while using Webpack's own module resolution. Version 0.8.1 is the latest stable release, with no active development since 2020. It requires both webpack >=3.3.0 and rollup ^1.0.0 || ^2.0.0. Key differentiator: combines Rollup's tree-shaking and ES module optimizations with Webpack's plugin ecosystem and code splitting. Best suited for project entry points where Rollup's bundling is desired but full migration is impractical. Not for general .js files due to recursive bundling issues.","language":"javascript","status":"maintenance","version":"0.8.1","tags":["javascript","webpack"],"last_verified":"Mon Apr 27","install":[{"cmd":"npm install webpack-rollup-loader","imports":["No direct import; configured in Webpack config as a loader","module.exports = { module: { rules: [ { test: /entry\\.js$/, use: [{ loader: 'webpack-rollup-loader' }] } ] } }"]},{"cmd":"yarn add webpack-rollup-loader","imports":[]},{"cmd":"pnpm add webpack-rollup-loader","imports":[]}],"homepage":null,"github":"https://github.com/erikdesjardins/webpack-rollup-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/webpack-rollup-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}