This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@madsci/bundle-analyzer-core

0.5.2-buildfix.1 • Public • Published

@bundle-analyzer/core

Official Node.js package compatible with Bundle Analyzer service.

Install

npm install --save-dev @bundle-analyzer/core

Usage

import { uploadStats } from '@bundle-analyzer/core'
import webpackStats from './webpack-stats.json'

uploadStats({ webpackStats, token: '<repository-token>' })
  .then(() => {
    console.log('uploaded)
  })

Options

webpackStats

Stats generated from webpack.

token

You can specify the token using options or environment variable BUNDLE_ANALYZER_TOKEN.

fileSystem

Custom filesystem.

context

Search the config file from this repository.

configFile

Specify a custom config file.

Complete documentation

👉 See full documentation

License

MIT

Package Sidebar

Install

npm i @madsci/bundle-analyzer-core

Weekly Downloads

0

Version

0.5.2-buildfix.1

License

MIT

Unpacked Size

23.8 kB

Total Files

28

Last publish

Collaborators

  • sgarner