File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
npm/webpack-dev-server/src/helpers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ export async function getAngularCliModules (projectRoot: string) {
184184 ] = await Promise . all ( angularCLiModules . map ( async ( dep ) => {
185185 try {
186186 const depPath = require . resolve ( dep , { paths : [ projectRoot ] } )
187- // NOTE: @cypress /webpack-dev-server is a CJS package, but we need to import some ESM files and absolute imports .
187+ // NOTE: @cypress /webpack-dev-server is a CJS package, but we need to import some ESM files and absolute imports.
188188 // since import statements in TypeScript will get transpiled down to CommonJS require statements, we want to use tsx to leverage
189189 // an ESM style import here, which supports CommonJS and ESM.
190190 const { tsImport } = require ( 'tsx/esm/api' )
You can’t perform that action at this time.
0 commit comments