A collection of shared build libraries for Phoenix projects at Walmart Labs, version 4.0.3. It provides common build configurations and utilities for Node.js packages, designed for internal use in the Phoenix ecosystem. The release cadence is irregular, tied to project needs. Its key differentiator is tight integration with Walmart's internal tooling, but it lacks public documentation and widespread adoption due to its internal focus.
npm install phoenix-buildVerified import paths — ran on the pinned version, not inferred.
Shows how to import and use the build function with basic options.
Use ES import syntax like 'import phoenixBuild from "phoenix-build"' or use dynamic import.
Pass { optimization: { minimize: true } } instead of { minify: true }.Consider using well-known build tools like Webpack or Rollup for external projects.
Use Node.js >= 12 for v4.0.0+; for older versions, stick to v3.x series.
Add "type": "module" to package.json or use .mjs extension for the script.
Use named import: import { build } from 'phoenix-build'.No dependency data recorded yet.