Skip to content

Commit 9558c89

Browse files
committed
making our entry files plugin last, to catch any entry points that may
be added via other plugins
1 parent f3f8d09 commit 9558c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/plugin-priorities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
module.exports = {
1313
MiniCssExtractPlugin: 0,
1414
DeleteUnusedEntriesJSPlugin: 0,
15-
EntryFilesManifestPlugin: 0,
1615
WebpackManifestPlugin: 0,
1716
SharedEntryContactPlugin: 0,
1817
LoaderOptionsPlugin: 0,
@@ -26,4 +25,5 @@ module.exports = {
2625
WebpackChunkHash: 0,
2726
WebpackNotifier: 0,
2827
VueLoaderPlugin: 0,
28+
EntryFilesManifestPlugin: -10,
2929
};

0 commit comments

Comments
 (0)