Socket
Socket
Sign inDemoInstall

nuxt-bundle-buddy

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nuxt-bundle-buddy

Don't fight your webpack bundle, become friends!


Version published
Weekly downloads
10
increased by233.33%
Maintainers
1
Install size
37.4 MB
Created
Weekly downloads
 

Changelog

Source

0.0.2 (2018-11-22)

Bug Fixes

  • disable on modern build (397e524)

<a name="0.0.1"></a>

Readme

Source

Nuxt Bundle Buddy - Don't fight your webpack bundle, become friends!

npm (scoped with tag) npm Build Status codecov Dependencies js-standard-style thanks

example

📖 Release Notes

Features

  • Analyzes your bundle and visualize improvement opportunities
  • Built on top of bundle-buddy
  • Fully tested!
  • Nuxt 2 support

Setup

{
  modules: [
    'nuxt-bundle-buddy',
  ],

  bundleBuddy: {
   // your settings here
   // Usually you don't need any though, so you can fully omit the
   // bundleBuddy object
  }
}
  • Run a Nuxt analyze build (yarn build --analyze or npm run build -- --analyze)

Options

// file: nuxt.config.js
export default {
  bundleBuddy: {
    removeDefaultAnalyzer: true // disable to keep default webpack analyzer
  }
}

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) Alexander Lichter

Keywords

FAQs

Last updated on 22 Nov 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc