Skip to content

Commit 13027a8

Browse files
committed
chore(v2.0.0): cleanup
1 parent f800d81 commit 13027a8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ import { COLOURS } from 'vite-plugin-utils/function'
1515
import type { NodeLoaderOptions, WebpackAssetRelocatorLoader } from './types'
1616
import { createCjs, ensureDir, getInteropSnippet, getNatives } from './utils'
1717

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-
2418
export interface NativeOptions {
2519
/** @default 'node_natives' */
2620
assetsDir?: string

0 commit comments

Comments
 (0)