#Automatic Code Splitting with separate component file.

3 messages · Page 1 of 1 (latest)

nova light
#

I wasn't able to find a clear answer in the docs relating to automatic code splitting and having the component in a separate file. I know it says not to use the .lazy suffix with automatic code splitting, but how will code splitting be affected if the component is in a separate regular file that doesnt have the .lazy prefix and is then imported into the route? Thanks!

sacred jackal
#

this is well supported

nova light
#

awesome thanks for the quick reply!