mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
12 lines
262 B
JSON
12 lines
262 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/"
|
|
]
|
|
}
|