JSPM

@roots/bud-compiler

2.0.0-next.23
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6126
  • Score
    100M100P100Q148828F
  • License MIT

developer CLI

Package Exports

  • @roots/bud-compiler

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@roots/bud-compiler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Bud

MIT License Follow Roots

@roots/bud-compiler

Overview

The compiler provides controls and renders Bud's built-in development server. It is a lower-level utility and there is no reason to include it in your Bud project.

Installation

yarn add @roots/bud-compiler --dev

Usage

The compiler is called as a function and expects a valid webpack configuration and an instance of Bud.

It returns an object that includes a compile function. This initiates the compiler.

const {compiler} = require('@roots/bud-compiler')
const instance = compiler(bud, config)
instance.compile()

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.