You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Note if you want that modules correctly invalidate and cache you need to add updateHash to your Dependency and hash the type info (because that might change depending on outside factors (other modules)
25
32
}
@@ -50,31 +57,23 @@ class DocGenTemplate extends NullDependency.Template {
50
57
): void{
51
58
const{ userRequest }=module;
52
59
53
-
// Since parsing fails with a path including !, remove it.
54
-
// The problem is that webpack injects that and there doesn't
55
-
// seem to be a good way to get only the path itself from
0 commit comments