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:
@@ -74,6 +74,11 @@ const webpackConfig = {
|
||||
},
|
||||
module: { rules: moduleRules },
|
||||
plugins: plugins,
|
||||
externals: [
|
||||
nodeExternals({
|
||||
modulesDir: "../../node_modules",
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
||||
module.exports = webpackConfig;
|
||||
|
||||
Reference in New Issue
Block a user