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 5b236e5 commit 2295c83Copy full SHA for 2295c83
lib/debug/ProfilingPlugin.js
@@ -416,5 +416,6 @@ const makeNewProfiledTapFn = (
416
}
417
};
418
419
+// @ts-ignore https://github.com/Microsoft/TypeScript/issues/15647
420
module.exports = ProfilingPlugin;
421
module.exports.Profiler = Profiler;
lib/webpack.js
@@ -1,4 +1,4 @@
1
-// @ts-nocheck
+// @ts-nocheck https://github.com/Microsoft/TypeScript/issues/15647
2
/*
3
MIT License http://www.opensource.org/licenses/mit-license.php
4
Author Tobias Koppers @sokra
0 commit comments