Build tool for transpiling and bundling Metal.js ES6 JavaScript files using Rollup. Version 2.0.6 is the latest stable release for the deprecated Metal.js framework. It leverages Rollup's tree-shaking and module bundling to produce optimized browser-compatible bundles. Key differentiators: designed specifically for Metal.js ecosystem, supports global variable generation for browser globals, and integrates with other Metal build tools. However, Metal.js is no longer actively maintained; users should consider migrating to modern frameworks. The package has low maintenance cadence and limited documentation.
npm install metal-tools-build-rollupVerified import paths — ran on the pinned version, not inferred.
Build a Metal.js ES6 file into an IIFE bundle with Rollup.
Migrate to modern bundlers like Webpack, Rollup standalone, or Vite.
Use ES import syntax (import/build from 'metal-tools-build-rollup') or use dynamic import.
Use Node 10 or earlier, or upgrade to a maintained alternative.
Run 'npm install metal-tools-build-rollup' or check your package.json.
Add 'type': 'module' to your package.json, or rename file to .mjs.
Use 'import build from 'metal-tools-build-rollup' instead of 'import * as build'.
No dependency data recorded yet.