diff --git a/symfony/webpack-encore-pack/1.0/manifest.json b/symfony/webpack-encore-pack/1.0/manifest.json deleted file mode 100644 index e5e1354f..00000000 --- a/symfony/webpack-encore-pack/1.0/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "gitignore": [ - "/node_modules/", - "/%PUBLIC_DIR%/build/", - "npm-debug.log", - "yarn-error.log" - ] -} diff --git a/symfony/webpack-encore-pack/1.0/post-install.txt b/symfony/webpack-encore-pack/1.0/post-install.txt deleted file mode 100644 index d20d64e4..00000000 --- a/symfony/webpack-encore-pack/1.0/post-install.txt +++ /dev/null @@ -1,7 +0,0 @@ - - The symfony/webpack-encore-pack is no longer required anymore. Instead, use symfony/webpack-encore-bundle. - - - * Instead: - 1. Remove it now: composer remove symfony/webpack-encore-pack - 2. Use Symfony's bridge: composer require encore