We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f800d81 commit 13027a8Copy full SHA for 13027a8
src/index.ts
@@ -15,12 +15,6 @@ import { COLOURS } from 'vite-plugin-utils/function'
15
import type { NodeLoaderOptions, WebpackAssetRelocatorLoader } from './types'
16
import { createCjs, ensureDir, getInteropSnippet, getNatives } from './utils'
17
18
-export interface WebpackConfig {
19
- webpackConfig?: Configuration | ((config: Configuration) => Configuration | undefined | Promise<Configuration | undefined>)
20
- 'node-loader'?: NodeLoaderOptions
21
- '@vercel/webpack-asset-relocator-loader'?: WebpackAssetRelocatorLoader
22
-}
23
-
24
export interface NativeOptions {
25
/** @default 'node_natives' */
26
assetsDir?: string
0 commit comments