Closed PRASHANT1104 closed 5 years ago
Is it possible in fusionjs to implement a plugin based framework where you no information was available about plugin during compile/build time so its not added to the bundle and you load it in run-time on demand ?
This is possible in theory, but it would require a very significant amount of effort and added complexity for minimal gains in performance.
Is it possible in fusionjs to implement a plugin based framework where you no information was available about plugin during compile/build time so its not added to the bundle and you load it in run-time on demand ?