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.
2 parents 7b63346 + 18a89b7 commit c7e14e2Copy full SHA for c7e14e2
1 file changed
lib/NodeStuffPlugin.js
@@ -117,7 +117,7 @@ class NodeStuffPlugin {
117
setConstant(
118
"__filename",
119
"/index.js",
120
- "The __filename is Node.js feature and doesn't present in browser."
+ "__filename is a Node.js feature and isn't available in browsers."
121
);
122
break;
123
case true:
@@ -144,7 +144,7 @@ class NodeStuffPlugin {
144
145
"__dirname",
146
"/",
147
- "The __dirname is Node.js feature and doesn't present in browser."
+ "__dirname is a Node.js feature and isn't available in browsers."
148
149
150
0 commit comments