mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
15 lines
413 B
JSON
15 lines
413 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"assets/": "assets/"
|
|
},
|
|
"copy-from-package": {
|
|
"src/Resources/defaultConfig/latest/package.json": "package.json",
|
|
"src/Resources/defaultConfig/latest/webpack.config.js": "%CONFIG_DIR%/webpack.config.js"
|
|
},
|
|
"gitignore": [
|
|
"/node_modules/"
|
|
],
|
|
"composer-scripts": {
|
|
"maba:webpack:install-node-modules": "symfony-cmd"
|
|
}
|
|
} |