mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
fixed targets in Manifest
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"assets/": "%PROJECT_DIR%/",
|
||||
"package.json": "%PROJECT_DIR%/",
|
||||
"webpack.config.js": "%PROJECT_DIR%/"
|
||||
"assets/": "assets/",
|
||||
"package.json": "package.json",
|
||||
"webpack.config.js": "webpack.config.js"
|
||||
},
|
||||
"aliases": ["encore", "webpack", "webpack-encore"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user