import.meta
This commit is contained in:
parent
32120fb5c1
commit
a0c07342ad
1 changed files with 1 additions and 1 deletions
|
@ -345,4 +345,4 @@ To summarize, the core concepts are:
|
|||
4. Module code is executed only once. Exports are created once and shared between importers.
|
||||
5. In production, we usually use bundlers such as [Webpack](https://webpack.js.org) to bundle modules together.
|
||||
|
||||
In the next chapter we'll see more examples of modules and `export/import` statements.
|
||||
In the next chapter we'll see more examples of modules and versatile `export/import` statements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue