Maxime Genilloud

Results 10 comments of Maxime Genilloud

Sorry for the late answer, I was in holiday. I tried using `nodeExternals({ additionalModuleDirs: [path.resolve(process.cwd(), "../../node_modules")] })` on a non-monorepo project. I put the project at the top-level directory to...

+1 Could be really interesting using the new Serverless Framework Compose (serverless-compose.yml) feature. Any planned support? https://www.serverless.com/blog/serverless-framework-compose-multi-service-deployments

Any update on that?

I'm not part of the Quasar team. I just made few comments in order to help the PR getting approved.

Hi @dreamorosi, Here is an example of the data structure : /my-application/tenant-id/settings/countries (StringList) ``` FR,DE ``` /my-application/tenant-id/settings/credentials (SecureString) ``` { "clientId": "xxx", "clientSecret": "xxx" } ``` /my-application/tenant-id/settings/features (String) ``` {...

Does anyone have tried the VFS solution?

**Current workaround:** Copy "\node_modules\bootstrap\scss\_variables.scss" to "\scss\".