Disable Angular Usage Analytics & Storybook Telemetry (#3903)

* Disable Angular usage analytics

* Disable telemetry for storybook
This commit is contained in:
Colton Hurst 2022-10-27 12:22:33 -04:00 committed by GitHub
parent 5f6f4bad82
commit 0cb5ffd6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@ module.exports = {
framework: "@storybook/angular",
core: {
builder: "webpack5",
disableTelemetry: true,
},
webpackFinal: async (config, { configType }) => {
config.resolve.plugins = [new TsconfigPathsPlugin()];

View File

@ -2,6 +2,9 @@
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "apps",
"cli": {
"analytics": false
},
"projects": {
"web": {
"projectType": "application",