Skip to content

Commit b765b91

Browse files
committed
Re-add webpack-manifest-plugin as a dependency
1 parent 1a2e5ef commit b765b91

File tree

9 files changed

+30
-386
lines changed

9 files changed

+30
-386
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
If you manually specified the option `insert`, now it can only be a selector or the path to the module.
1212
Follow the [style-loader migration guide](https://github.com/webpack-contrib/style-loader/releases/tag/v4.0.0) to upgrade!
1313

14+
* Re-add `webpack-manifest-plugin` dependency, which was previously embedded in https://github.com/symfony/webpack-encore/pull/921
15+
1416
## 5.1.0
1517

1618
### Features

lib/plugins/manifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @import WebpackConfig from '../WebpackConfig'
1414
*/
1515

16-
const { WebpackManifestPlugin } = require('../webpack-manifest-plugin');
16+
const { WebpackManifestPlugin } = require('webpack-manifest-plugin');
1717
const PluginPriorities = require('./plugin-priorities');
1818
const applyOptionsCallback = require('../utils/apply-options-callback');
1919
const copyEntryTmpName = require('../utils/copyEntryTmpName');

lib/webpack-manifest-plugin/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

lib/webpack-manifest-plugin/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

lib/webpack-manifest-plugin/helpers.js

Lines changed: 0 additions & 123 deletions
This file was deleted.

lib/webpack-manifest-plugin/hooks.js

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)