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. saschal
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Best 0
    • Groups 0

    saschal

    @saschal

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

    saschal Follow

    Latest posts made by saschal

    • RE: CALL_AND_RETRY_LAST

      @cd said in CALL_AND_RETRY_LAST:

      Hope this is helpful for others.

      Very much so, I have already lost a workday before my deadline while searching for a solution. Thank you!

      posted in Help
      S
      saschal
    • RE: PWA + Typescript

      Created this issue: https://github.com/quasarframework/quasar/issues/8340
      this github repo to reproduce: https://github.com/sluedecke/quasar-pwa-test

      posted in Help
      S
      saschal
    • RE: PWA + Typescript

      Maybe this helps: https://github.com/quasarframework/quasar/issues/7153

      posted in Help
      S
      saschal
    • RE: PWA + Typescript

      Unfortunately this does not work for me. I would love to use workbox stuff like:

      custom-service-worker.js:

      /*
       * This file (which will be your service worker)
       * is picked up by the build system ONLY if
       * quasar.conf > pwa > workboxPluginMode is set to "InjectManifest"
       */
      
      // Use with precache injection
      import { precacheAndRoute } from 'workbox-precaching';
      precacheAndRoute(self.__WB_MANIFEST);
      

      But quasar build --mode pwa results in the same errors as seen in the OP. Trying to exclude src-pwa leads to:

       App · ⚠️  8 errors encountered:
      
      ./src-pwa/custom-service-worker.js
      Module Error (from ./node_modules/eslint-loader/dist/cjs.js):
      
      /home/saschal/Projekte/workspace/playground-js/pwa-test/src-pwa/custom-service-worker.js
        0:0  error  Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
      The file does not match your project config: src-pwa/custom-service-worker.js.
      The file must be included in at least one of the projects provided
      ...
      
      posted in Help
      S
      saschal