Vladyslav Martynenko

Results 2 comments of Vladyslav Martynenko

hi @Frenz86 , just change the node version in the Dockerfile from `14` to `16`: ```Dockerfile FROM node:16-alpine as builder ```

hi there, maybe someone will find it useful in Laravel modules optimization. I'm using versions `laravel: 8.75` and `laravel-modules: 8`, the [modules cache is enabled ](https://nwidart.com/laravel-modules/v6/basic-usage/configuration#caching) I had the same...