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 0b0597b commit 4fa741aCopy full SHA for 4fa741a
angular.json
@@ -58,6 +58,11 @@
58
"input": "./node_modules/@pega/constellationjs/dist/",
59
"output": "./constellation/prerequisite"
60
},
61
+ {
62
+ "glob": "*.*",
63
+ "input": "./node_modules/@pega/constellationjs/dist/js",
64
+ "output": "./constellation/prerequisite/js"
65
+ },
66
{
67
"glob": "*.*",
68
"input": "./src/assets/",
0 commit comments