From 3849712d85cb308ca727c5f0bf432d05e4b4a28e Mon Sep 17 00:00:00 2001 From: Gilly Barr Date: Fri, 26 May 2017 23:02:18 +0300 Subject: [PATCH] Remove node resolve algorithm reference (#12023) --- docs/development/core/development-modules.asciidoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/development/core/development-modules.asciidoc b/docs/development/core/development-modules.asciidoc index 38ef870ca7e5..e5301a634179 100644 --- a/docs/development/core/development-modules.asciidoc +++ b/docs/development/core/development-modules.asciidoc @@ -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*