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:
@@ -16,6 +16,7 @@ module.exports = {
|
||||
framework: "@storybook/angular",
|
||||
core: {
|
||||
builder: "webpack5",
|
||||
disableTelemetry: true,
|
||||
},
|
||||
webpackFinal: async (config, { configType }) => {
|
||||
config.resolve.plugins = [new TsconfigPathsPlugin()];
|
||||
|
||||
Reference in New Issue
Block a user