1 parent 2b65b37 commit bf7c5afCopy full SHA for bf7c5af
1 file changed
lib/optimize/EnsureChunkConditionsPlugin.js
@@ -38,7 +38,7 @@ class EnsureChunkConditionsPlugin {
38
// We reached the entrypoint: fail
39
if (chunkGroup.isInitial()) {
40
throw new Error(
41
- "Cannot fullfill chunk condition of " + module.identifier()
+ "Cannot fullfil chunk condition of " + module.identifier()
42
);
43
}
44
// Try placing in all parents
0 commit comments