We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcc1d0 commit 676e746Copy full SHA for 676e746
lib/optimize/SplitChunksPlugin.js
@@ -431,7 +431,7 @@ module.exports = class SplitChunksPlugin {
431
}
432
if (chunkName) {
433
newChunk.chunkReason += ` (name: ${chunkName})`;
434
- // If the choosen name is already an entry point we remove the entry point
+ // If the chosen name is already an entry point we remove the entry point
435
const entrypoint = compilation.entrypoints.get(chunkName);
436
if (entrypoint) {
437
compilation.entrypoints.delete(chunkName);
0 commit comments