# @warp-drive-mirror/build-config

> (Legacy) Build Configuration for projects using WarpDrive

Latest version **5.9.1** (published 2026-09-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install @warp-drive-mirror/build-config
pnpm add @warp-drive-mirror/build-config
yarn add @warp-drive-mirror/build-config
bun add @warp-drive-mirror/build-config
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 5.9.1 |
| Published | 2026-09-05 |
| First published | 2024-05-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 5 |
| Unpacked size | 537.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 3156 |
| Author | Chris Thoburn <runspired@users.noreply.github.com> |
| Maintainers | ember-data-admin, runspired, richgt, hm_krystan, katiegengler |
| Keywords | ember-data-mirror, warp-drive |

## Links

- npm: https://www.npmjs.com/package/@warp-drive-mirror/build-config
- Repository: https://github.com:warp-drive-data/warp-drive
- npm.io page: https://npm.io/package/@warp-drive-mirror/build-config

## Dependencies (5)

- [semver](https://npm.io/package/semver.md) ^7.8.5
- [@embroider/macros](https://npm.io/package/@embroider/macros.md) ^1.20.6
- [babel-import-util](https://npm.io/package/babel-import-util.md) ^3.0.1
- [@embroider/addon-shim](https://npm.io/package/@embroider/addon-shim.md) ^1.10.3
- [babel-plugin-debug-macros](https://npm.io/package/babel-plugin-debug-macros.md) ^2.0.0

## Recent versions

- 5.9.1 (latest) — 2026-09-05
- 5.10.0-alpha.10 (canary) — 2026-09-23
- 5.9.0-beta.3 (beta) — 2026-09-05
- 4.13.0-alpha.9 (v4-canary) — 2025-05-15
- 5.10.0-alpha.9 — 2026-09-22
- 5.10.0-alpha.8 — 2026-09-18
- 5.10.0-alpha.7 — 2026-09-15
- 5.10.0-alpha.6 — 2026-09-11
- 5.10.0-alpha.5 — 2026-09-11
- 5.10.0-alpha.4 — 2026-09-10
- 5.10.0-alpha.3 — 2026-09-10
- 5.10.0-alpha.2 — 2026-09-10
- 5.10.0-alpha.1 — 2026-09-08
- 5.10.0-alpha.0 — 2026-09-05
- 5.9.0 — 2026-09-05
- … 269 more at https://npm.io/package/@warp-drive-mirror/build-config/versions

## README

<p align="center">
  <img
    class="project-logo"
    src="./logos/logo-yellow-slab.svg"
    alt="WarpDrive"
    width="180px"
    title="WarpDrive"
    />
</p>

![NPM Stable Version](https://img.shields.io/npm/v/ember-data/latest?label=version&style=flat&color=fdb155)
![NPM Downloads](https://img.shields.io/npm/dm/ember-data.svg?style=flat&color=fdb155)
![License](https://img.shields.io/github/license/warp-drive-data/warp-drive.svg?style=flat&color=fdb155)
[![EmberJS Discord Community Server](https://img.shields.io/badge/EmberJS-grey?logo=discord&logoColor=fdb155)](https://discord.gg/zT3asNS
)
[![WarpDrive Discord Server](https://img.shields.io/badge/WarpDrive-grey?logo=discord&logoColor=fdb155)](https://discord.gg/PHBbnWJx5S
)

<p align="center">
  <br>
  <a href="https://warp-drive.io">WarpDrive</a> is the lightweight data library for web apps &mdash;
  <br>
  universal, typed, reactive, and ready to scale.
  <br/><br/>
</p>

---


<h3 align="center">🛠️ @warp-drive-mirror/build-config</h3>

<p align="center">Enables providing a build config to optimize application assets</p>

> [!WARNING]
> **⚠️ This package** has been merged into [@warp-drive-mirror/core](https://warp-drive.io/api/@warp-drive-mirror/core/) and is not recommended for new applications.

**Tagged Releases**

- ![NPM Canary Version](https://img.shields.io/npm/v/%40warp-drive/build-config/canary?label=%40canary&color=FFBF00)
- ![NPM Beta Version](https://img.shields.io/npm/v/%40warp-drive/build-config/beta?label=%40beta&color=ff00ff)
- ![NPM Stable Version](https://img.shields.io/npm/v/%40warp-drive/build-config/latest?label=%40latest&color=90EE90)
- ![NPM LTS Version](https://img.shields.io/npm/v/%40warp-drive/build-config/lts?label=%40lts&color=0096FF)
- ![NPM LTS 4.12 Version](https://img.shields.io/npm/v/%40warp-drive/build-config/lts-4-12?label=%40lts-4-12&color=bbbbbb)

## Usage

```ts
import { setConfig } from '@warp-drive-mirror/build-config';

setConfig(app, __dirname, {
  // ... options
});
```

In an ember-cli-build file that'll typically look like this:

```ts
const EmberApp = require('ember-cli/lib/broccoli/ember-app');

module.exports = async function (defaults) {
  const { setConfig } = await import('@warp-drive-mirror/build-config');

  const app = new EmberApp(defaults, {});

  setConfig(app, __dirname, {
    // WarpDrive settings go here (if any)
  });

  return app.toTree();
};

```

### ♥️ Credits

 <details>
   <summary>Brought to you with ♥️ love by <a href="https://emberjs.com" title="EmberJS">🐹 Ember</a></summary>

  <style type="text/css">
    img.project-logo {
       padding: 0 5em 1em 5em;
       width: 100px;
       border-bottom: 2px solid #bbb;
       margin: 0 auto;
       display: block;
     }
    details > summary {
      font-size: 1.1rem;
      line-height: 1rem;
      margin-bottom: 1rem;
    }
    details {
      font-size: 1rem;
    }
    details > summary strong {
      display: inline-block;
      padding: .2rem 0;
      color: #000;
      border-bottom: 3px solid #bbb;
    }

    details > details {
      margin-left: 2rem;
    }
    details > details > summary {
      font-size: 1rem;
      line-height: 1rem;
      margin-bottom: 1rem;
    }
    details > details > summary strong {
      display: inline-block;
      padding: .2rem 0;
      color: #555;
      border-bottom: 2px solid #555;
    }
    details > details {
      font-size: .85rem;
    }

    @media (prefers-color-scheme: dark) {
      details > summary strong {
        color: #fff;
      }
    }
    @media (prefers-color-scheme: dark) {
      details > details > summary strong {
        color: #afaba0;
      border-bottom: 2px solid #afaba0;
      }
    }
  </style>
</details>

---
_Source: https://npm.io/package/@warp-drive-mirror/build-config · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
