v7.0.1 (latest, Apr 2017) — Deprecated tool that wraps Babel, ESLint, Webpack, and SASS pipeline into a zero-config CLI. Pre-configured for ES6+JSX+Flow+SASS with built-in live reload, caching, and production minification/gzip. Last released 2017; no updates for 6+ years. Superseded by create-react-app, Vite, and modern webpack-based starters. Requires Node >=6.10.2.
npm install webcompilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compile an ES6 module to a browser bundle using webcompiler's CLI or programmatic API with zero config.
Migrate to Vite or webpack 5 with appropriate loaders.
Update .babelrc to Babel 6 presets (e.g., babel-preset-env) instead of Babel 5.
Update to >=7.0.1 or install prop-types and import explicit PropTypes.
Upgrade to >=6.6.0 or use webpack 3+ with sideEffects flag.
Install Watchman via package manager (brew install watchman on macOS) or skip watch features.
Pin Flow to 0.38 or disable typecheck (webcompiler config typecheck: false).
npm install webpack@2 --save-dev (or the version corresponding to your webcompiler release)
npm install eslint-plugin-import --save-dev or use webcompiler without linting (config lint: false)
Use import webcompiler from 'webcompiler' (default) instead of import { compile } from 'webcompiler'.No dependency data recorded yet.