//#region src/webpack/index.d.ts interface WebpackLoaderOptions { absoluteCompiledConfigPath: string; configPath: string; outDir: string; isDev: boolean; } //#endregion export { WebpackLoaderOptions as t };