CopyPastor

Detecting plagiarism made easy.

Score: 0.8204455971717834; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2023-08-06
by Camilo

Original Post

Original - Posted on 2022-08-10
by Camilo



            
Present in both answers; Present only in the new answer; Present only in the old answer;

I had a similar problem and solved by adding this to my `nx.json`:
``` "pluginsConfig": { "@nrwl/js": { "analyzeSourceFiles": true } } ```
And this two options to my `build` target (I'm using `@nrwl/web:rollup`) in the `project.json`:
``` "updateBuildableProjectDepsInPackageJson": true, "buildableProjectDepsInPackageJsonType": "dependencies" ```
Finally found a solution, adding this to my `nx.json`:
``` "pluginsConfig": { "@nrwl/js": { "analyzeSourceFiles": true } } ```
And this two options to my `build` target (I'm using `@nrwl/web:rollup`) in the `project.json`:
``` "updateBuildableProjectDepsInPackageJson": true, "buildableProjectDepsInPackageJsonType": "dependencies" ```

        
Present in both answers; Present only in the new answer; Present only in the old answer;