types: fix module options type (#7670)

[release]
This commit is contained in:
Kevin Marrec 2020-07-05 22:31:57 +02:00 committed by GitHub
parent b4ffdab790
commit 4833915a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
import { Configuration as WebpackConfiguration } from 'webpack'
import { NuxtOptionsLoaders } from './build'
import { Configuration as NuxtOptions } from '.'
import { NuxtOptions } from '.'
interface ExtendFunctionContext {
isClient: boolean