diff --git a/.storybook/main.js b/.storybook/main.js index e2e893f1af..7c0d2d97a1 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -16,6 +16,7 @@ module.exports = { framework: "@storybook/angular", core: { builder: "webpack5", + disableTelemetry: true, }, webpackFinal: async (config, { configType }) => { config.resolve.plugins = [new TsconfigPathsPlugin()]; diff --git a/angular.json b/angular.json index 4e20f2294d..a2b82cc64e 100644 --- a/angular.json +++ b/angular.json @@ -2,6 +2,9 @@ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "apps", + "cli": { + "analytics": false + }, "projects": { "web": { "projectType": "application",