The shared core of webpack and enhanced-require, encapsulating loader mechanics and SourceMap handling. Version 0.6.9 is the latest (no longer maintained; last release 2014). It is not intended as a standalone module but provides infrastructure for custom loaders and plugins. Webpack 1.x used this; later versions replaced it with webpack-sources and internal refactoring. Key differentiator: it was the foundational runtime for webpack's loader pipeline before being absorbed into webpack proper. Requires Node >=0.6.
npm install webpack-coreVerified import paths — ran on the pinned version, not inferred.
Shows basic webpack usage (webpack-core is not used standalone).
Upgrade to webpack 2 or later.
Do not import directly; use webpack's public API.
Install webpack (includes webpack-core internally).
Use: const SourceMapSource = require('webpack-core').SourceMapSource;No dependency data recorded yet.