@akumzy/bundler
v0.0.5
Published
This package bundles your product for production deployment based on your configuration and registered plugins
Downloads
4
Readme
bundler
Project bundler
Installation
Install globally or as a development dependency
# Globally
npm install -g @akumzy/bundler
# or as devDependency
npm install @akumzy/bundler --dev
Usage
Run bundler --init
at your project root directory to create a configuration file
{
"dist": "", // path to place all the files in relative to your project root directory
"files": [], // Files/folders to bundle
"ignore": [], // Files/folders in `files` to ignore
"plugins": {} // Plugins to extend the app
}