mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"bundles": {
|
|
"NuBox\\WebPack\\Generator\\SymfonyWebpackPHPGeneratorBundle": ["all"]
|
|
},
|
|
"composer-scripts": {
|
|
"nubox:webpack:config:apply --no-config-allowed": "symfony-cmd"
|
|
},
|
|
"gitignore": [
|
|
"webpack.config.js.bak"
|
|
]
|
|
}
|