From 8467a0ed64eed03ab4bfbcd3b119f7aafc3475a4 Mon Sep 17 00:00:00 2001 From: Marshall Thompson Date: Sat, 2 May 2020 11:37:20 -0600 Subject: [PATCH] docs about Quasar not needing transpileDependencies Closes https://github.com/feathersjs-ecosystem/feathers-vuex/issues/450 --- docs/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 4dca817a..22e2c487 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -55,6 +55,8 @@ module.exports = { ### Quasar +> In newer Quasar apps, the following `transpileDependencies` setup may not be necessary, anymore. See [this issue on GitHub](https://github.com/feathersjs-ecosystem/feathers-vuex/issues/450) + For Quasar apps, `transpileDependencies` can be updated in `quasar.conf.js` under build as ```