No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. luna215
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Best 0
    • Groups 0

    luna215

    @luna215

    0
    Reputation
    6
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    luna215 Follow

    Latest posts made by luna215

    • Implementing Lazy-Loading routes

      Hi,

      Is it a bad idea to lazy-load just one component when navigating to a different url?
      The lazy-loading docs just mention pages, but not sure if we can interpret that as component as well.

      Thank you.

      posted in Framework
      L
      luna215
    • RE: Problem with caching old version.

      You can try disabling cache for the browser while you’re in development.

      posted in Help
      L
      luna215
    • How to load chunks from root (base url)?

      Hi,

      I currently switched over to lazy-loading my components following the quasar guide on lazy-loading.

      However, when I refresh my page in the route ‘/dealerships’, and then try to navigate to the path ‘/’, I get these errors:
      Screen Shot 2019-08-14 at 11.05.54 AM.png

      I think the problem is webpack is trying to load the chunk from the wrong url. Does anyone know how to fix this?

      [EDIT] So, I think the problem lies with the browser making a server call first everytime I reload or visit a new route and since I’m doing quasar dev I don’t have a server to handle these endpoints. Is there way I can handle this just using quasar dev?

      Thank you!

      posted in Framework
      L
      luna215
    • Webpack - splitChunks

      Hi,

      Does quasar webpack come pre-installed with the splitChunks option? If not, how would I configure webpack in quasar.conf.js to enable it?

      posted in Framework
      L
      luna215