Skip to content

Commit 84506cb

Browse files
committed
remove warning for pre-build files
1 parent d7e67e4 commit 84506cb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/CompatibilityPlugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ CompatibilityPlugin.prototype.apply = function(compiler) {
2828
if(last.critical && last.request === "." && last.userRequest === "." && last.recursive)
2929
this.state.current.dependencies.pop();
3030
}
31-
dep.critical = "This seems to be a pre-built javascript file. Though this is possible, it's not recommended. Try to require the original source to get better results.";
3231
this.state.current.addDependency(dep);
3332
return true;
3433
});

0 commit comments

Comments
 (0)