packez

5.0.2 • Public • Published

packez

npm install --save-dev packez

Useage

cli

npx packez server ./src/index.js -d dist -w -c;

npx packez build ./src/index.js -d dist -w -c;

API

const packez = require("packez");

packez(entry, output, options);

packez.build(entry, output, options);
packez.server(entry, output, options);

cli

packez [build|server] filepath [--config configPath]

default configPath packez.config.js

configPath

module.exports = function(webpackConfig) {
  ...
}

Package Sidebar

Install

npm i packez

Weekly Downloads

7

Version

5.0.2

License

MIT

Unpacked Size

20.5 kB

Total Files

20

Last publish

Collaborators

  • bplok20010
  • realwugang