Skip to content

Commit d394849

Browse files
authored
[Webpack-Encore] Remove "ux" alias
Currently if someones types "composer req ux" after a base symfony install ... he ends up with webpack encore. Worse, the same thing happens if user installed symfony "--webapp", as they will end up with both AssetMapper and Webpack Encore installed. Finally, and the initial reason I checked this: we will soon need the "ux" alias for the UX Bundle. cc @Kocal PS: not sure if this would require a release to be effective... and hope it does not 😅
1 parent 12d560b commit d394849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/webpack-encore-bundle/2.0/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"package.json": "package.json",
99
"webpack.config.js": "webpack.config.js"
1010
},
11-
"aliases": ["ux", "encore", "webpack", "webpack-encore"],
11+
"aliases": ["encore", "webpack", "webpack-encore"],
1212
"gitignore": [
1313
"/node_modules/",
1414
"/%PUBLIC_DIR%/build/",

0 commit comments

Comments
 (0)