Mirco Sanguineti
Mirco Sanguineti
> I'm new to Parcel and I've been stuck on this for hours. In my case, I needed to tell parcel to optimize in package.json > > ```json > "targets":...
I was trying to fix this problem but I have found inconsistencies in how `sequelize` returns the list of tables for a database schema. These inconsistencies cause failures in tests...
> Solved, solution: I was able to solve this problem by removing browserslist:[...] of the package.json and I admit that this version is much more optimal. thanks There is no...
> I'm getting the same error, but using `14.0.4` I don't have `browserList` in my package.json and when i added: > > ``` > "browserslist": [ > "Chrome 118" >...
Hello @lindapaiste, so me let me understand, you are providing the minified code in your library. The interesting thing is that importing `p5` in NextJS `14.0.4` is perfectly fine. When...