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

@roots/bud-framework

Package Overview
Dependencies
Maintainers
5
Versions
920
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roots/bud-framework

Bud's backing framework

  • 2.0.0-next.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10K
decreased by-20.89%
Maintainers
5
Weekly downloads
 
Created
Source

Bud

MIT License Follow Roots

@roots/bud

Overview

A webpack framework combining the best parts of Laravel Mix and Symfony Encore.

Installation

yarn add @roots/bud --dev

Plugins

Usage

Import plugins at the top of your bud.config.js file

const {eslint} = require('@roots/bud-eslint')

Then, utilize the bud.use method and register the plugin. Plugins will be called in the provided order.

bud.use([eslint])

Some plugins may provide additional configuration methods. Obviously, you can't call a plugin-provided method without first registering that plugin, which is one of the reasons it's generally a good idea to import and register everything at the top of your config.

bud
  .use([dependencyExtraction])
  .dependencyExtraction({
    injectPolyfill: true,
  })

First-party plugins

There are a number of Roots maintained plugins available to kickstart your projects.

NameDescriptionUsage
@roots/bud-dependency-extractionAdds @wordpress/dependency-extraction-webpack-plugin support.Usage ↗
@roots/bud-eslintAdds eslint support.Usage ↗
@roots/bud-palette-pluginAdds palette-webpack-plugin support.Usage ↗
@roots/bud-purgecssAdds purgecss support.Usage ↗
@roots/bud-reactAdds react support.Usage ↗
@roots/bud-sassAdds sass preprocessor support.Usage ↗
@roots/bud-stylelintAdds stylelint support.Usage ↗
@roots/bud-tailwindAdds tailwindcss support.Usage ↗
@roots/bud-typescriptAdds typescript support.Usage ↗
@roots/bud-vueAdds Vue framework support.Usage ↗

Contributing

Contributions are welcome from everyone.

We have contributing guidelines to help you get started.

Bud sponsors

Help support our open-source development efforts by becoming a patron.

Community

Keep track of development and community news.

FAQs

Package last updated on 24 Aug 2020

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