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 198 forks source link

Re-adding node 18 support #1256

Closed weaverryan closed 8 months ago

weaverryan commented 8 months ago

Removing Node 18 support was an accident - https://github.com/symfony/webpack-encore/pull/1254#issuecomment-1910589709 - so let's fix that :)

nvdbeek commented 8 months ago

Removing Node 18 support was an accident - #1254 (comment) - so let's fix that :)

Thanks @weaverryan !