mirror of
https://github.com/bitwarden/browser
synced 2026-01-03 17:13:47 +00:00
[PM-29448] Consume the new send table in web (#17923)
2nd part of PM-29448. Consumes the new send table in the web vault. Also updates the send table to contain the responsive behaviour.
This commit is contained in:
@@ -11,6 +11,7 @@ config.content = [
|
||||
path.resolve(__dirname, "../../libs/vault/src/**/*.{html,ts}"),
|
||||
path.resolve(__dirname, "../../libs/angular/src/**/*.{html,ts}"),
|
||||
path.resolve(__dirname, "../../libs/tools/generator/components/src/**/*.{html,ts}"),
|
||||
path.resolve(__dirname, "../../libs/tools/send/send-ui/src/**/*.{html,ts}"),
|
||||
path.resolve(__dirname, "../../bitwarden_license/bit-web/src/**/*.{html,ts}"),
|
||||
];
|
||||
config.corePlugins.preflight = true;
|
||||
|
||||
Reference in New Issue
Block a user