mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
19 lines
504 B
JSON
19 lines
504 B
JSON
{
|
|
"bundles": {
|
|
"Maba\\Bundle\\WebpackBundle\\MabaWebpackBundle": ["all"]
|
|
},
|
|
"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"
|
|
}
|
|
}
|