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

    Help configuring a polyfill?

    Framework
    1
    1
    275
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Kentskyo
      Kentskyo last edited by

      I’m trying to install an audio record polyfill:
      https://github.com/ai/audio-recorder-polyfill

      it requires adding an entry to the webpack config:

      entry: {
          app: './src/app.js',
      +   polyfill: './src/polyfill.js'
        }
      

      and loading in the app via:

      window.MediaRecorder = require('audio-recorder-polyfill')
      

      I’ve scanned the quasar documentation and forums, but can’t figure out where these two need to be inserted in the configurations or template. Any clue appreciated!

      Thanks

      1 Reply Last reply Reply Quote 0
      • First post
        Last post