mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Remove node resolve algorithm reference (#12023)
(cherry picked from commit 3849712d85
)
This commit is contained in:
parent
d3ec3cc74a
commit
df346b0e0c
1 changed files with 1 additions and 3 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue