🐞 Bug report
Description
We running the scully schematic, a folder scully is created with a dummy default plugin and the tsconfig.json
1- When I delete the plugin, For cleaner code I should be able to compile since this method is not used
2- The compile code (.js .js.map) should be put in the dist folder and used from there if needed, instead of polluting the source code.
3- scully.log should also be added to the dist folder or at least automatically get added to .gitignore
🔬 Minimal Reproduction
💻Your Environment
Angular Version:
Angular CLI: 10.2.0
Node: 12.17.0
OS: linux x64
Angular: 10.2.3
Scully Version:
"@scullyio/init": "^1.0.1",
"@scullyio/ng-lib": "^1.0.0",
"@scullyio/scully": "^1.0.0",
🔥 Exception or Error
When I delete the plugins folder (and I think I should be able to, if I do not use any custom plugins), I get:
using plugins from folder "./scully"
Typescript error while compiling plugins. the error is:
error TS18003: No inputs were found in config file './scully/tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '["./**/*spec.ts"]'.
🐞 Bug report
Description
We running the scully schematic, a folder scully is created with a dummy default plugin and the tsconfig.json
1- When I delete the plugin, For cleaner code I should be able to compile since this method is not used
2- The compile code (.js .js.map) should be put in the dist folder and used from there if needed, instead of polluting the source code.
3- scully.log should also be added to the dist folder or at least automatically get added to .gitignore
🔬 Minimal Reproduction
💻Your Environment
Angular Version:
Scully Version:
🔥 Exception or Error
When I delete the plugins folder (and I think I should be able to, if I do not use any custom plugins), I get: