Nowa Core Bundler is a command-line tool for bundling Nowa web applications. As of version 2.0.0-alpha.6, it is in early alpha with incomplete features (e.g., internationalization, component configuration). It uses yargs for CLI command parsing and likely integrates with webpack internally. This package is intended for internal use by Nowa projects and may not be suitable for general consumption due to its alpha status and limited documentation.
npm install nowa-core-bundlerVerified import paths — ran on the pinned version, not inferred.
Shows how to import and use the package programmatically, or use the CLI command.
Refer to migration guide if upgrading from 1.x
Pin to a specific version if using in production
Run 'nowa-core-bundler --help' to see available commands
npm install yargs --save
import { CLI } from 'nowa-core-bundler'