diff --git a/src/bundler.ts b/src/bundler.ts index e0b33d36..66437fb3 100644 --- a/src/bundler.ts +++ b/src/bundler.ts @@ -1,4 +1,4 @@ -import { join, normalize, resolve, posix, PlatformPath } from 'path'; +import { join, normalize, resolve, posix } from 'path'; import { BundlingOptions, DockerImage, @@ -140,7 +140,7 @@ export class EsbuildBundler { private getOutputOptions( cdkOutputDir: string, - path: Pick = posix, + path: Pick = posix, ): BuildOptions { if (this.props?.buildOptions?.outfile) { return {