Files
symfony-flex-recipes-contrib/maba.webpack-bundle.1.0.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

54 lines
1.8 KiB
JSON

{
"locks": {
"maba/webpack-bundle": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "33b0bf2e73d774902dd21bab3d93f5b5ce459668"
}
}
},
"manifests": {
"maba/webpack-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "maba/webpack-bundle",
"version": "1.0",
"manifest": {
"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"
},
"post-install-output": [
"Run <info>maba:webpack:compile</info> to compile assets when deploying.",
"",
"Always run <info>maba:webpack:dev-server</info> in dev environment."
]
},
"files": {
"assets/.gitignore": {
"contents": "",
"executable": false,
"encoding": ""
}
},
"origin": "maba/webpack-bundle:1.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}