Can we have tree-shaking for framework: 'all' in quasar.conf.js ?
-
Instead of writing components required manually, can we tree shake framework:‘all’ at build time ?
-
Unfortunately, no. Not without some sort of scanning system during the build or dev server compilation phases, which could possibly slow down an initial start up or build process.
Scott
-
@jitendra16 I believe Allan across on the Discord Group was talking about possibly writing an App Extension to work out automatically what components were needed and/or used but not required.
Not sure if he did anything about it … you could ask him on the Discord group.