We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0b5f8 commit 57c7a82Copy full SHA for 57c7a82
1 file changed
nx.json
@@ -25,12 +25,12 @@
25
},
26
"namedInputs": {
27
"globalBuildAffectingConfig": [
28
+ "{workspaceRoot}/.browserslistrc",
29
"{workspaceRoot}/babel.config.js",
- "{workspaceRoot}/rollup.config.js",
30
- "{workspaceRoot}/rollup.config.ts",
+ "{workspaceRoot}/package.json",
31
+ "{workspaceRoot}/scripts/getRollupConfig.mjs",
32
"{workspaceRoot}/tsconfig.json",
- "{workspaceRoot}/tsconfig.base.json",
33
- "{workspaceRoot}/package.json"
+ "{workspaceRoot}/tsconfig.base.json"
34
],
35
"globalNonBuildAffectingConfig": ["{workspaceRoot}/.eslintrc.cjs"],
36
"default": [
0 commit comments