Skip to content

Re-add webpack-manifest-plugin dependency, which was previously embedded in #921 #1382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
If you manually specified the option `insert`, now it can only be a selector or the path to the module.
Follow the [style-loader migration guide](https://github.com/webpack-contrib/style-loader/releases/tag/v4.0.0) to upgrade!

* Re-add `webpack-manifest-plugin` dependency, which was previously embedded in https://github.com/symfony/webpack-encore/pull/921

## 5.1.0

### Features
Expand Down
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module.exports = [
...globals.node,
},
},
ignores: ['lib/webpack-manifest-plugin']
},
{
'rules': {
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @import WebpackConfig from '../WebpackConfig'
*/

const { WebpackManifestPlugin } = require('../webpack-manifest-plugin');
const { WebpackManifestPlugin } = require('webpack-manifest-plugin');
const PluginPriorities = require('./plugin-priorities');
const applyOptionsCallback = require('../utils/apply-options-callback');
const copyEntryTmpName = require('../utils/copyEntryTmpName');
Expand Down
21 changes: 0 additions & 21 deletions lib/webpack-manifest-plugin/LICENSE

This file was deleted.

6 changes: 0 additions & 6 deletions lib/webpack-manifest-plugin/README.md

This file was deleted.

123 changes: 0 additions & 123 deletions lib/webpack-manifest-plugin/helpers.js

This file was deleted.

154 changes: 0 additions & 154 deletions lib/webpack-manifest-plugin/hooks.js

This file was deleted.

Loading
Loading