diff --git a/maba/webpack-bundle/1.0/assets/.gitignore b/maba/webpack-bundle/1.0/assets/.gitignore
new file mode 100644
index 00000000..e69de29b
diff --git a/maba/webpack-bundle/1.0/manifest.json b/maba/webpack-bundle/1.0/manifest.json
new file mode 100644
index 00000000..066bbff0
--- /dev/null
+++ b/maba/webpack-bundle/1.0/manifest.json
@@ -0,0 +1,15 @@
+{
+ "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"
+ }
+}
\ No newline at end of file
diff --git a/maba/webpack-bundle/1.0/post-install.txt b/maba/webpack-bundle/1.0/post-install.txt
new file mode 100644
index 00000000..de0596ce
--- /dev/null
+++ b/maba/webpack-bundle/1.0/post-install.txt
@@ -0,0 +1,3 @@
+Run maba:webpack:compile to compile assets when deploying.
+
+Always run maba:webpack:dev-server in dev environment.
\ No newline at end of file