The spec defines the import/export
statements, but does not define the method to resolve a module. How does the browsers to resolve a module when use import
statement? If there is no standard to restrain the actions, how should we do?
Asked
Active
Viewed 38 times
1

acrazing
- 1,955
- 16
- 24
-
1your question is not clear, you want to know how it works internally ? – marvel308 Aug 10 '17 at 04:48
-
2https://jakearchibald.com/2017/es-modules-in-browsers/ – Phil Aug 10 '17 at 04:51