Skip to content

symfony/webpack-encore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 20, 2025
150777e · Feb 20, 2025
Nov 23, 2024
Sep 8, 2024
Sep 20, 2024
Oct 2, 2024
Oct 10, 2024
Oct 10, 2024
Nov 23, 2024
Jul 20, 2017
Sep 6, 2024
Jun 3, 2017
Feb 20, 2025
Dec 31, 2020
Nov 10, 2024
Sep 26, 2024
Feb 20, 2025
May 31, 2021
Jan 31, 2025

Repository files navigation

Webpack Encore: A Simple & Powerful Webpack API

Build Status NPM Version Node

Webpack Encore is a simpler way to integrate Webpack into your application. It wraps Webpack, giving you a clean & powerful API for bundling JavaScript modules, pre-processing CSS & JS and compiling and minifying assets. Encore gives you a professional asset system that's a delight to use.

Tip

Symfony released an AssetMapper component, a production-ready simpler alternative to Webpack Encore that runs entirely in PHP.

Encore is inspired by Webpacker and Mix, but stays in the spirit of Webpack: using its features, concepts and naming conventions for a familiar feel. It aims to solve the most common Webpack use cases.

Encore is made by Symfony and works beautifully in Symfony applications. But it can easily be used in any application... in any language!

Documentation

Read the Documentation on symfony.com.