Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
I am using the following statement to import pivot grid in my vue component:
import { PivotViewPlugin, CalculatedField, FieldList, PivotFieldListPlugin, Toolbar, ExcelExport, PDFExport, ConditionalFormatting } from "@syncfusion/ej2-vue-pivotview";
The final bundle size for the js is around 6MB as a result (vue CLI 3).
Now, we can specify an external dependency in webpack by specifying "externals" in configureWebpack settings which will exclude the dependency from getting bundled up.
Is there a way to add syncfusion components as external dependencies and then reference it in the vue application?
Or is there any other way to lazy load syncfusion modules in vue?