1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

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
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()];