We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3759157 commit ec2eb0aCopy full SHA for ec2eb0a
lib/module.js
@@ -39,7 +39,7 @@ function axiosModule (_moduleOptions) {
39
40
// Transpile defu (IE11)
41
if (nuxt.options.build.transpile /* nuxt 1 */) {
42
- nuxt.options.build.transpile.push('defu')
+ nuxt.options.build.transpile.push(({ isClient }) => isClient && 'defu')
43
}
44
45
// Default prefix
0 commit comments