Closed bricebou closed 2 years ago
Just found this issue : https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues/198
Just have to wait if I've understood well...
I was bite by the same bug, forcing jest to version 29.1.2 fixed it.
yarn add jest@^29.1.2 --dev
Sorry for the noise ! Problem appears to be solved on the jest side !
Hi,
On Ubuntu 20.04, I'm unable to
build
for production, even on a minimal project : I'm installing Symfony throughThen, I simply install Encore :
Then I install the dependencies :
And, then I try to launch
yarn build
, without doing anything else... But I got that error :I've tried with the latest version of NodeJS or the LTS version but the result is the same...
I've made some research and I've tried to increase the memory size for node with
NODE_OPTIONS=--max-old-space-size=4096
but the outcome is the same...Thanks in advance for any suggestion !