Index.html ionic-vue

Hello, May I know what happens after dist folder contents are placed on server, currently, I am using FTP server to host the frontend, when I upload dist folder contents in the subfolder in a server, I see blank white page with no error, even network tab doesn’t have any errors.

Though while building ionic build, I got warning such that

(!) Some chunks are larger than 500 kBs after minification. Consider:

  • Using dynamic import() to code-split the application
  • Use build.rollupOptions.output.manualChunks to improve chunking: Configuration Options | Rollup
  • Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
    ✓ built in 33.62s

Is this causing the problem? or I can ignore it?

Thanks , can you please connect on Ionic Vuejs coming blank after ionic build blog as well ?

Thanks