measure-export

0.5.2 • Public • Published

measure-export

Make measure UI exported for teamwork

Usage

const measureExport = require('measure-export');

const me = measureExport({
  // options
})

me.getWebpackConfig({ prod: false }).then(config => {})
me.getMiddlewares().then(({ hot, dev }) => {})
me.build().then(states => {})
// TODO: DEMONSTRATE API

API

⚠ Working in progress

Options

context: debug:

Methods

``

Properties

TODO

  • IPC (multi-worker)

Readme

Keywords

Package Sidebar

Install

npm i measure-export

Weekly Downloads

1

Version

0.5.2

License

MIT

Unpacked Size

40 kB

Total Files

24

Last publish

Collaborators

  • moyuyc