Closed
Description
I'm not sure whether this bug report belongs here, or in the Nuxt repo, or in the @nuxtjs/axios repo...
With the latest version of Nuxt (2.15.5) and @nuxtjs/axios (5.13.1), an error is thrown when visiting a page in IE11, because defu is included in _nuxt/vendors/app.js, with the following code present (from node_modules/defu/dist/defu.mjs):
function _defu(baseObj, defaults, namespace = ".", merger) {
...
To reproduce:
- Follow the create-nuxt-app instructions at https://nuxtjs.org/docs/2.x/get-started/installation
yarn add install @nuxtjs/axios
- add
'@nuxtjs/axios'
tomodules
in nuxt.config.js yarn dev
oryarn build && yarn start
- Go to the server's index page in IE11
Metadata
Metadata
Assignees
Labels
No labels