FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sentry-javascript/nx.json at develop · getsentry/sentry-javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
getsentry
/
sentry-javascript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
8.7k
Code
Issues
539
Pull requests
69
Discussions
Actions
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
sentry-javascript
/
nx.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
66 lines (66 loc) · 1.94 KB
Breadcrumbs
sentry-javascript
/
nx.json
Copy path
File metadata and controls
66 lines (66 loc) · 1.94 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"namedInputs"
: {
"default"
: [
"
{projectRoot}/**/*
"
,
"
sharedGlobals
"
],
"sharedGlobals"
: [
"
{workspaceRoot}/*.js
"
,
"
{workspaceRoot}/*.json
"
,
"
{workspaceRoot}/yarn.lock
"
,
"
{workspaceRoot}/dev-packages/rollup-utils/**
"
,
"
{workspaceRoot}/packages/typescript/**
"
],
"production"
: [
"
default
"
,
"
!{projectRoot}/test/**/*
"
,
"
!{projectRoot}/**/*.md
"
,
"
!{projectRoot}/*.tgz
"
]
},
"targetDefaults"
: {
"build:dev"
: {
"dependsOn"
: [
"
^build:transpile
"
,
"
^build:types
"
]
},
"build:bundle"
: {
"inputs"
: [
"
production
"
,
"
^production
"
],
"dependsOn"
: [
"
build:transpile
"
],
"outputs"
: [
"
{projectRoot}/build/bundles
"
],
"cache"
:
true
},
"build:tarball"
: {
"inputs"
: [
"
production
"
,
"
^production
"
],
"dependsOn"
: [
"
build:transpile
"
,
"
^build:transpile
"
,
"
build:types
"
,
"
^build:types
"
],
"outputs"
: [
"
{projectRoot}/*.tgz
"
],
"cache"
:
true
},
"build:transpile"
: {
"inputs"
: [
"
production
"
,
"
^production
"
],
"dependsOn"
: [
"
^build:transpile
"
],
"outputs"
: [
"
{projectRoot}/build/esm
"
,
"
{projectRoot}/build/cjs
"
,
"
{projectRoot}/build/npm/esm
"
,
"
{projectRoot}/build/npm/cjs
"
],
"cache"
:
true
},
"build:types"
: {
"inputs"
: [
"
production
"
,
"
^production
"
],
"dependsOn"
: [
"
^build:types
"
],
"outputs"
: [
"
{projectRoot}/build/types
"
,
"
{projectRoot}/build/npm/types
"
],
"cache"
:
true
},
"lint"
: {
"inputs"
: [
"
default
"
],
"dependsOn"
: [
"
^build:types
"
,
"
build:types
"
],
"outputs"
: [],
"cache"
:
true
},
"test:unit"
: {
"dependsOn"
: [
"
build:types
"
,
"
^build:types
"
,
"
build:transpile
"
,
"
^build:transpile
"
],
"inputs"
: [
"
default
"
],
"outputs"
: [
"
{projectRoot}/coverage
"
],
"cache"
:
true
}
},
"$schema"
:
"
./node_modules/nx/schemas/nx-schema.json
"
,
"cacheDirectory"
:
"
.nx/cache
"
,
"tui"
: {
"autoExit"
:
true
},
"parallel"
:
5
,
"analytics"
:
false
}
Back
|
FazBrowse Home
|
New Git URL