Skip to content

Commit e69756a

Browse files
authored
Merge pull request tsparticles#5728 from tsparticles/v4
V4
2 parents 6528a8d + ee63bd3 commit e69756a

15 files changed

Lines changed: 92 additions & 4 deletions

File tree

nx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
],
8484
"production": [
8585
"{projectRoot}/src/**/*",
86+
"{projectRoot}/index.*",
8687
"{projectRoot}/package.json",
8788
"{projectRoot}/tsconfig*.json",
8889
"sharedGlobals"

wrappers/angular-confetti/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@
137137
"prettier": "^3.8.3",
138138
"typescript": "~5.9.3"
139139
},
140+
"nx": {
141+
"targets": {
142+
"build": {
143+
"inputs": ["production", "^production", "{projectRoot}/projects/**/src/**/*"]
144+
}
145+
}
146+
},
140147
"module": "dist/ng-confetti/fesm2015/ng-confetti.mjs",
141148
"es2020": "dist/ng-confetti/fesm2020/ng-confetti.mjs",
142149
"esm2020": "dist/ng-confetti/esm2020/ng-confetti.mjs",

wrappers/angular-fireworks/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@
130130
"prettier": "^3.8.3",
131131
"typescript": "~5.9.3"
132132
},
133+
"nx": {
134+
"targets": {
135+
"build": {
136+
"inputs": ["production", "^production", "{projectRoot}/projects/**/src/**/*"]
137+
}
138+
}
139+
},
133140
"module": "dist/ng-fireworks/fesm2015/ng-fireworks.mjs",
134141
"es2020": "dist/ng-fireworks/fesm2020/ng-fireworks.mjs",
135142
"esm2020": "dist/ng-fireworks/esm2020/ng-fireworks.mjs",

wrappers/angular/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@
110110
"prettier": "^3.8.3",
111111
"typescript": "~5.9.3"
112112
},
113+
"nx": {
114+
"targets": {
115+
"build": {
116+
"inputs": ["production", "^production", "{projectRoot}/projects/**/src/**/*"]
117+
}
118+
}
119+
},
113120
"module": "dist/ng-particles/fesm2015/ng-particles.mjs",
114121
"es2020": "dist/ng-particles/fesm2020/ng-particles.mjs",
115122
"esm2020": "dist/ng-particles/esm2020/ng-particles.mjs",

wrappers/astro/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@
118118
"prettier-plugin-astro": "^0.14.1",
119119
"typescript": "^5.9.3"
120120
},
121+
"nx": {
122+
"targets": {
123+
"build": {
124+
"inputs": ["production", "^production", "{projectRoot}/index.ts"]
125+
}
126+
}
127+
},
121128
"publishConfig": {
122129
"access": "public"
123130
}

wrappers/ember/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@
111111
"ember": {
112112
"edition": "octane"
113113
},
114+
"nx": {
115+
"targets": {
116+
"build": {
117+
"inputs": ["production", "^production", "{projectRoot}/addon/**/*", "{projectRoot}/app/**/*", "{projectRoot}/config/**/*", "{projectRoot}/index.js"]
118+
}
119+
}
120+
},
114121
"ember-addon": {
115122
"configPath": "tests/dummy/config"
116123
},

wrappers/nextjs/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@
5353
"vite": "^8.0.8",
5454
"vite-plugin-dts": "^4.5.4"
5555
},
56+
"nx": {
57+
"targets": {
58+
"build": {
59+
"inputs": ["production", "^production", "{projectRoot}/lib/**/*"]
60+
}
61+
}
62+
},
5663
"publishConfig": {
5764
"access": "public"
5865
}

wrappers/nuxt2/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737
"globals": "^17.5.0",
3838
"typescript": "^6.0.2"
3939
},
40+
"nx": {
41+
"targets": {
42+
"build": {
43+
"inputs": ["production", "^production", "{projectRoot}/lib/**/*"]
44+
}
45+
}
46+
},
4047
"publishConfig": {
4148
"access": "public"
4249
}

wrappers/nuxt3/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@
4444
"globals": "^17.5.0",
4545
"typescript": "^6.0.2"
4646
},
47+
"nx": {
48+
"targets": {
49+
"build": {
50+
"inputs": ["production", "^production", "{projectRoot}/lib/**/*"]
51+
}
52+
}
53+
},
4754
"publishConfig": {
4855
"access": "public"
4956
}

wrappers/nuxt4/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@
4545
"nuxt": "^4.4.2",
4646
"typescript": "^6.0.2"
4747
},
48+
"nx": {
49+
"targets": {
50+
"build": {
51+
"inputs": ["production", "^production", "{projectRoot}/lib/**/*"]
52+
}
53+
}
54+
},
4855
"publishConfig": {
4956
"access": "public"
5057
}

0 commit comments

Comments
 (0)