diff --git a/maba/webpack-bundle/1.0/manifest.json b/maba/webpack-bundle/1.0/manifest.json index 066bbff0..a04f37f3 100644 --- a/maba/webpack-bundle/1.0/manifest.json +++ b/maba/webpack-bundle/1.0/manifest.json @@ -1,4 +1,7 @@ { + "bundles": { + "Maba\\Bundle\\WebpackBundle\\MabaWebpackBundle": ["all"] + }, "copy-from-recipe": { "assets/": "assets/" }, @@ -12,4 +15,4 @@ "composer-scripts": { "maba:webpack:install-node-modules": "symfony-cmd" } -} \ No newline at end of file +}