Skip to content

Commit 09a1fb3

Browse files
authored
Merge pull request #1386 from smnandre/patch-3
[Webpack-Encore] Remove "ux" alias
2 parents 12d560b + d394849 commit 09a1fb3

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)