Generate webpack externals configuration for RxJS v6+ automatically, avoiding manual maintenance of external module lists. Version 2.0.0 requires webpack >=2 and only supports RxJS v6 import paths (e.g., 'rxjs', 'rxjs/operators'), not the older v5 deep paths. This package is specifically for bundling RxJS separately from your app bundle via CDN or external script. Notable alternatives: manually listing externals or using webpack-node-externals. Maintained sporadically; last release 2.0.0.
npm install webpack-rxjs-externalsVerified import paths — ran on the pinned version, not inferred.
Shows how to integrate webpack-rxjs-externals into webpack config to externalize RxJS v6 imports.
Use version 1.1.0 if you need v5 deep path support.
Upgrade webpack to 2.x or later.
Manually update externals list or switch to alternative library.
Ensure RxJS v6+ is installed and use correct paths: 'rxjs' and 'rxjs/operators'.
Use `import webpackRxjsExternals from 'webpack-rxjs-externals';`.