rangoo94/bestest

View on GitHub
packages/compiler-webpack/lib/interfaces/WebpackCompilerAdapterOptionsInterface.ts

Summary

Maintainability
A
0 mins
Test Coverage
interface WebpackCompilerAdapterOptionsInterface {
  webpackConfig: string | Record<string, any> | null
  removeEntries: boolean
  entryName: string
}

export {
  WebpackCompilerAdapterOptionsInterface
}