Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@roots/bud-compiler
Advanced tools
A webpack framework combining the best parts of Laravel Mix and Symfony Encore.
yarn add @roots/bud --dev
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,
})
There are a number of Roots maintained plugins available to kickstart your projects.
Name | Description | Usage |
---|---|---|
@roots/bud-dependency-extraction | Adds @wordpress/dependency-extraction-webpack-plugin support. | Usage ↗ |
@roots/bud-eslint | Adds eslint support. | Usage ↗ |
@roots/bud-palette-plugin | Adds palette-webpack-plugin support. | Usage ↗ |
@roots/bud-purgecss | Adds purgecss support. | Usage ↗ |
@roots/bud-react | Adds react support. | Usage ↗ |
@roots/bud-sass | Adds sass preprocessor support. | Usage ↗ |
@roots/bud-stylelint | Adds stylelint support. | Usage ↗ |
@roots/bud-tailwind | Adds tailwindcss support. | Usage ↗ |
@roots/bud-typescript | Adds typescript support. | Usage ↗ |
@roots/bud-vue | Adds Vue framework support. | Usage ↗ |
Contributions are welcome from everyone.
We have contributing guidelines to help you get started.
Help support our open-source development efforts by becoming a patron.
Keep track of development and community news.
FAQs
Compilation handler
The npm package @roots/bud-compiler receives a total of 0 weekly downloads. As such, @roots/bud-compiler popularity was classified as not popular.
We found that @roots/bud-compiler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.