We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2773097 commit 3ba6682Copy full SHA for 3ba6682
lib/virtual.js
@@ -5,6 +5,9 @@ var inode = 45000000;
5
// Adapted from https://github.com/sysgears/webpack-virtual-modules
6
// MIT Licensed https://github.com/sysgears/webpack-virtual-modules/blob/master/LICENSE
7
8
+/**
9
+ * @param {Compiler} compiler - the webpack compiler
10
+ */
11
function VirtualModulesPlugin(compiler) {
12
this.compiler = compiler;
13
0 commit comments