feat: refactoring project
This commit is contained in:
2
node_modules/webpack/lib/optimize/EnsureChunkConditionsPlugin.js
generated
vendored
2
node_modules/webpack/lib/optimize/EnsureChunkConditionsPlugin.js
generated
vendored
@@ -56,7 +56,7 @@ class EnsureChunkConditionsPlugin {
|
||||
// We reached the entrypoint: fail
|
||||
if (chunkGroup.isInitial()) {
|
||||
throw new Error(
|
||||
"Cannot fulfil chunk condition of " + module.identifier()
|
||||
`Cannot fulfil chunk condition of ${module.identifier()}`
|
||||
);
|
||||
}
|
||||
// Try placing in all parents
|
||||
|
||||
Reference in New Issue
Block a user