Remove node resolve algorithm reference (#12023)

This commit is contained in:
Gilly Barr 2017-05-26 23:02:18 +03:00 committed by Spencer
parent 283ce35f80
commit 3849712d85

View file

@ -38,9 +38,7 @@ Kibana uses Webpack to bundle Kibana's dependencies.
Here is how import/require statements are resolved to a file:
NOTE: if you're familiar with the node.js algorithm, the changes are in *2.ii* and *3.i.f* to *3.i.g*
. Pick an algorithm
. Check the beginning of the module path
* if the path starts with a '.'
** append it the directory of the current file
** proceed to *3*