zero-bundler
v0.0.16
Published
Zero config bundler for npm package.
Downloads
2
Readme
Zero Bundler
Zero config bundler for npm package.
Installation
yarn add zero-bundler --dev
Usage
Update your package.json
:
{
"source": "./src/index.js", // Entry file
"main": "dist/index.js", // Output commonjs module
"modules": "dist/index.m.js", // Output ES module
"scripts": {
"build": "zero"
},
}