symfony / webpack-encore

A simple but powerful API for processing & compiling assets built around Webpack
https://symfony.com/doc/current/frontend.html
MIT License
2.23k stars 199 forks source link

Replace `assets-webpack-plugin` dependency by an internal plugin, to generate `entrypoints.json` file #1342

Closed Kocal closed 1 month ago

Kocal commented 2 months ago
Q A
Bug fix? no
New feature? yes
Deprecations? no
Issues Fix #969
License MIT

This PR replaces the https://github.com/ztoben/assets-webpack-plugin dependency with an internal plugin, this allows us:

Things done in this PR:

Things not done in this PR: