mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 01:56:26 +03:00
13 lines
288 B
JSON
13 lines
288 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"assets/": "assets/",
|
|
"package.json": "package.json",
|
|
"webpack.config.js": "webpack.config.js"
|
|
},
|
|
"aliases": ["encore", "webpack", "webpack-encore"],
|
|
"gitignore": [
|
|
"/node_modules/",
|
|
"/public/build/"
|
|
]
|
|
}
|