1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

[PS-801] Re-add dependencies to the cli (#2878)

This commit is contained in:
Oscar Hinton
2022-06-13 15:50:11 +02:00
committed by GitHub
parent e8a1c60ed5
commit 4f9079dd4f
3 changed files with 3570 additions and 0 deletions

View File

@@ -74,6 +74,11 @@ const webpackConfig = {
},
module: { rules: moduleRules },
plugins: plugins,
externals: [
nodeExternals({
modulesDir: "../../node_modules",
}),
],
};
module.exports = webpackConfig;