UNPKG

@suns/react-monorepo-nx

Version:

To evaluate and compare the bundled and unbundled builds on large codebase.

25 lines (24 loc) 788 B
{ "name": "react-monorepo-nx-e2e", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "apps/react-monorepo-nx-e2e/src", "targets": { "e2e": { "executor": "@nx/playwright:playwright", "outputs": [ "{workspaceRoot}/dist/.playwright/apps/react-monorepo-nx-e2e" ], "options": { "config": "apps/react-monorepo-nx-e2e/playwright.config.ts" } }, "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["apps/react-monorepo-nx-e2e/**/*.{js,ts}"] } } }, "implicitDependencies": ["react-monorepo-nx"] }