A Rollup-based build tool for packaging Luao projects, version 1.1.6. Provides a `buildReact` function and a configuration file (`luao.rollup-config.js`) for customizing ESM/UMD output, minification, Babel type (React or Node), and HTML file removal. The package is primarily for Luao developers and is not widely used. It ships TypeScript types. Release cadence is unclear. Key differentiator: tailored for Luao project build setups with simple configuration.
npm install luao-rollupNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import buildReact and configure with a config file for building a React project.
Create a file named 'luao.rollup-config.js' in your project root.
Use 'React' for React projects or verify 'node' functionality.
For CommonJS: const { buildReact } = require('luao-rollup');Install package: npm install luao-rollup
Use require: const { buildReact } = require('luao-rollup'); or set module type in package.json.No dependency data recorded yet.