gatsby-plugin-modal-routing icon indicating copy to clipboard operation
gatsby-plugin-modal-routing copied to clipboard

Code Splitting

Open MANTENN opened this issue 4 years ago • 0 comments

I use this to show on click content and the the content shown inside the modal content should not be bundled with the index file/main page because that is not shown to the user right away.

I know I can use this guide(https://www.gatsbyjs.org/docs/how-code-splitting-works/) to accomplish code splitting but it should come by default in my opinion.

MANTENN avatar Jul 26 '20 10:07 MANTENN