mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
19 lines
480 B
JSON
19 lines
480 B
JSON
{
|
|
"bundles": {
|
|
"Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"assets/": "assets/",
|
|
"config/": "%CONFIG_DIR%/",
|
|
"package.json": "package.json",
|
|
"webpack.config.js": "webpack.config.js"
|
|
},
|
|
"aliases": ["ux", "encore", "webpack", "webpack-encore"],
|
|
"gitignore": [
|
|
"/node_modules/",
|
|
"/%PUBLIC_DIR%/build/",
|
|
"npm-debug.log",
|
|
"yarn-error.log"
|
|
]
|
|
}
|