mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Disable Angular Usage Analytics & Storybook Telemetry (#3903)
* Disable Angular usage analytics * Disable telemetry for storybook
This commit is contained in:
@@ -16,6 +16,7 @@ module.exports = {
|
|||||||
framework: "@storybook/angular",
|
framework: "@storybook/angular",
|
||||||
core: {
|
core: {
|
||||||
builder: "webpack5",
|
builder: "webpack5",
|
||||||
|
disableTelemetry: true,
|
||||||
},
|
},
|
||||||
webpackFinal: async (config, { configType }) => {
|
webpackFinal: async (config, { configType }) => {
|
||||||
config.resolve.plugins = [new TsconfigPathsPlugin()];
|
config.resolve.plugins = [new TsconfigPathsPlugin()];
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"newProjectRoot": "apps",
|
"newProjectRoot": "apps",
|
||||||
|
"cli": {
|
||||||
|
"analytics": false
|
||||||
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"web": {
|
"web": {
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
|
|||||||
Reference in New Issue
Block a user