Created
February 19, 2016 17:01
-
-
Save gearmobile/d0a3b3a70ca7d709ad45 to your computer and use it in GitHub Desktop.
How import module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'module' – импортировать файл ./node_modules/module/<main>, где <main> - содержимое поля "main" в package.json модуля. | |
import 'module/file.js' – импортировать файл ./node_modules/module/file.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment