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

    How to transpile entire vendor.js to ES5 (for IE11)

    Help
    1
    1
    230
    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.
    • mesqueeb
      mesqueeb last edited by

      I’m having difficulty making my app (which uses some dependencies like Firebase) work on IE11.

      vendor.js seems to keep including ES6 code which can’t be read on IE11.

      This is my setup:

      In build.config.js

      • supportIE: true,
      • transpileDependencies: [/.*/],

      In babel.config I have:

      module.exports = {
        presets: [['@babel/preset-env']],
        plugins: ['@babel/plugin-transform-runtime']
      }
      

      But when looking in the built dist/vendor.xxxx.js file, I still find things like getOwnPropertySymbols which is not supported on IE11…

      Any advice much appreciated!

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