On OSX, after I installed all of dependencies by yarn install
, The webpack bundle's output keeps showing the error Error evaluating function
ceil: argument must be a number
.
I have no idea why this happen but it works on my linux machine with the same package.json
Some info:
webpack: "5.56.0"
less: "^4.1.2"
less-loader: "^10.0.1"
Here is my less-loader config:
{loader: "less-loader"}