Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/webpack-encore
A simple but powerful API for processing & compiling assets built around Webpack
https://github.com/symfony/webpack-encore
babel less postcss react sass symfony webpack
Last synced: 2 days ago
JSON representation
A simple but powerful API for processing & compiling assets built around Webpack
- Host: GitHub
- URL: https://github.com/symfony/webpack-encore
- Owner: symfony
- License: mit
- Created: 2017-06-12T17:02:00.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T07:36:00.000Z (19 days ago)
- Last Synced: 2024-11-30T06:31:04.649Z (12 days ago)
- Topics: babel, less, postcss, react, sass, symfony, webpack
- Language: JavaScript
- Homepage: https://symfony.com/doc/current/frontend.html
- Size: 7.94 MB
- Stars: 2,233
- Watchers: 44
- Forks: 198
- Open Issues: 203
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php - Symfony Encore - A simple but powerful API for processing and compiling assets built around Webpack. (Table of Contents / Asset Management)
- awesome-php-cn - Symfony Encore - 一个简单但功能强大的API来处理和编制资产围绕Webpack构建的. (目录 / 资产管理 Asset Management)
- awesome-projects - Symfony Encore - A simple but powerful API for processing and compiling assets built around Webpack. (PHP / Asset Management)
- awesome-php - Symfony Encore - A simple but powerful API for processing and compiling assets built around Webpack. (Table of Contents / Asset Management)
README
# Webpack Encore: A Simple & Powerful Webpack API
[![Build Status](https://travis-ci.org/symfony/webpack-encore.svg?branch=main)](https://travis-ci.org/symfony/webpack-encore)
[![NPM Version](https://badge.fury.io/js/%40symfony%2Fwebpack-encore.svg)](https://badge.fury.io/js/%40symfony%2Fwebpack-encore)
![Node](https://img.shields.io/node/v/@symfony/webpack-encore.svg)Webpack Encore is a simpler way to integrate [Webpack](https://webpack.js.org/) 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](https://symfony.com/doc/current/frontend/asset_mapper.html) component, a production-ready simpler alternative to Webpack Encore
> that runs entirely in PHP.Encore is inspired by [Webpacker](https://github.com/rails/webpacker) and
[Mix](https://laravel.com/docs/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](https://symfony.com/doc/current/frontend/encore/index.html).