0.5.2 • Published 6 years ago

measure-export v0.5.2

Weekly downloads
23
License
MIT
Repository
github
Last release
6 years ago

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)