PHPackages                             oscarbarrett/craft-twig-webpack-extension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. oscarbarrett/craft-twig-webpack-extension

AbandonedArchivedCraft-plugin[Templating &amp; Views](/categories/templating)

oscarbarrett/craft-twig-webpack-extension
=========================================

A plugin that provides https://github.com/fullpipe/twig-webpack-extension

1.0.3(7y ago)44.1kMITPHP

Since Feb 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/OscarBarrett/craft-twig-webpack-extension)[ Packagist](https://packagist.org/packages/oscarbarrett/craft-twig-webpack-extension)[ RSS](/packages/oscarbarrett-craft-twig-webpack-extension/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

Twig Webpack Extension plugin for Craft CMS 3.x
===============================================

[](#twig-webpack-extension-plugin-for-craft-cms-3x)

A plugin that provides

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require OscarBarrett/craft-twig-webpack-extension

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Twig Webpack Extension.

Configuration
-------------

[](#configuration)

Create a file at `craft/config/twig-webpack-extension.php`.

If your assets and manifest are in the same directory, simply set `outputDir`:

```
return [
    'outputDir' => ''
];

```

Alternatively, you can set each parameter separately:

```
return [
    'manifestPath' => /manifest.json',
    'jsPath' => '/',
    'cssPath' => '/'
];

```

The plugin can also be configured from the CMS.

Usage
-----

[](#usage)

See

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~31 days

Total

4

Last Release

2906d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bea17b04c2322eee353f93accec7729f066eca1b2e88d080d1b7a2902d766d80?d=identicon)[OscarBarrett](/maintainers/OscarBarrett)

---

Top Contributors

[![OscarBarrett](https://avatars.githubusercontent.com/u/3511332?v=4)](https://github.com/OscarBarrett "OscarBarrett (1 commits)")

---

Tags

twigcmsCraftcraftcmscraft-pluginwebpackmanifesttwig-webpack-extension

### Embed Badge

![Health badge](/badges/oscarbarrett-craft-twig-webpack-extension/health.svg)

```
[![Health](https://phpackages.com/badges/oscarbarrett-craft-twig-webpack-extension/health.svg)](https://phpackages.com/packages/oscarbarrett-craft-twig-webpack-extension)
```

###  Alternatives

[wbrowar/guide

A CMS Guide for Craft CMS.

6154.5k1](/packages/wbrowar-guide)[jalendport/craft-preparse

A fieldtype that parses Twig when an element is saved and saves the result as plain text.

1086.4k](/packages/jalendport-craft-preparse)[nystudio107/craft-autocomplete

Provides Twig template IDE autocomplete of Craft CMS &amp; plugin variables

44204.4k13](/packages/nystudio107-craft-autocomplete)[viget/craft-classnames

Classnames plugin for Craft CMS

1115.5k1](/packages/viget-craft-classnames)[verbb/footnotes

Adds a footnotes feature to CKEditor fields and Twig templates.

213.3k](/packages/verbb-footnotes)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
