Skip to content

Commit

Permalink
chore: add localUtilsDispatcher to require transform files
Browse files Browse the repository at this point in the history
require('devices.json') moved from playwrightDispatcher to localUtilsDispatcher
  • Loading branch information
ruifigueira committed Oct 17, 2023
1 parent 1242c13 commit a001842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import requireTransform from 'vite-plugin-require-transform';
// we exclude some files with require, otherwise we can get out-of-order dependencies
const requireTransformFiles = [
'playwright/packages/playwright-core/bundles/utils/src/utilsBundleImpl.ts',
'playwright/packages/playwright-core/src/server/dispatchers/playwrightDispatcher.ts',
'playwright/packages/playwright-core/src/server/dispatchers/localUtilsDispatcher.ts',
'playwright/packages/playwright-core/src/server/recorder/csharp.ts',
'playwright/packages/playwright-core/src/server/recorder/java.ts',
'playwright/packages/playwright-core/src/server/recorder/javascript.ts',
Expand Down

0 comments on commit a001842

Please sign in to comment.