From 5b4a1a55818b5bc8ce7d8e1fe77c99f35ec2b207 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Thu, 13 Jan 2022 14:25:16 +0100 Subject: [PATCH] fixed missing locale modules - fixes #5466 --- webpack.plugin.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.plugin.config.js b/webpack.plugin.config.js index 4ddcc918..bc399cda 100644 --- a/webpack.plugin.config.js +++ b/webpack.plugin.config.js @@ -122,7 +122,7 @@ module.exports = options => { 'windows-native-registry', 'windows-process-tree', 'windows-process-tree/build/Release/windows_process_tree.node', - /^@angular/, + /^@angular(?!\/common\/locales)/, /^@ng-bootstrap/, /^rxjs/, /^tabby-/,