Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nuxt-bundle-buddy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-bundle-buddy

Don't fight your webpack bundle, become friends!

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 22 Nov 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc