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