0.0.16 • Published 5 years ago

zero-bundler v0.0.16

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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"
  },
}