1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-16 00:04:34 +00:00

Basic changes to build

This commit is contained in:
Thomas Rittson
2022-03-28 09:21:20 +10:00
parent c75d26b618
commit c80805ded6
2 changed files with 14 additions and 5 deletions

View File

@@ -39,6 +39,7 @@ const plugins = [
resourceRegExp: /^encoding$/,
contextRegExp: /node-fetch/,
}),
new webpack.NormalModuleReplacementPlugin(/@angular\/core/, "jslib-node/angular-core.noop"),
];
const config = {