From 5ddb1f2d21f70817d91052ad39e9ab8918007816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 5 Feb 2021 17:21:52 +0100 Subject: [PATCH] Register a new "ux" alias --- symfony/webpack-encore-bundle/1.0/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/webpack-encore-bundle/1.0/manifest.json b/symfony/webpack-encore-bundle/1.0/manifest.json index 2b6e9f77..84ab3961 100644 --- a/symfony/webpack-encore-bundle/1.0/manifest.json +++ b/symfony/webpack-encore-bundle/1.0/manifest.json @@ -8,7 +8,7 @@ "package.json": "package.json", "webpack.config.js": "webpack.config.js" }, - "aliases": ["encore", "webpack", "webpack-encore"], + "aliases": ["ux", "encore", "webpack", "webpack-encore"], "gitignore": [ "/node_modules/", "/%PUBLIC_DIR%/build/",