N
N
nurdus2018-12-09 22:18:55
Internet Explorer
nurdus, 2018-12-09 22:18:55

How to make friends framework7 and iexplorer11 in the context of vue.js?

Good evening.
I can't make friends between framework7 and iexplorer11.
vue.config.js says:

transpileDependencies: [
    'framework7',
    'framework7-vue',
    'template7',
    'dom7',
    'ssr-window'
  ]

in babel.config.js
presets: [
    ['@vue/app', {
      useBuiltIns: 'entry'
    }]
  ]

Output iexplorer error: Object does not support property or method "assign" (and swears at webpack:///node_modules/framework7-vue/components/accordion-content.js)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nurdus, 2018-12-09
@nurdus

The issue was resolved by importing '@babel/polyfill' in the application's main file. :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question