Skip to content

Commit 16e5ba0

Browse files
Add note that NODE_PATH is not supported
browserify doesn't implicitly set opts.paths to NODE_PATH anymore unlike stated previously in this documentation. For background see: * browserify/resolve#39 (comment) * browserify/resolve#47 * browserify/browserify#1626
1 parent bc6ed15 commit 16e5ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ This is because your application is more tightly coupled to a runtime
12931293
environment configuration so there are more moving parts and your application
12941294
will only work when your environment is setup correctly.
12951295

1296-
node and browserify both support but discourage the use of `$NODE_PATH`.
1296+
browserify supports `opts.paths` (although discourages it), but does not support `$NODE_PATH`.
12971297

12981298
## non-javascript assets
12991299

0 commit comments

Comments
 (0)