Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created February 19, 2016 17:01
Show Gist options
  • Save gearmobile/d0a3b3a70ca7d709ad45 to your computer and use it in GitHub Desktop.
Save gearmobile/d0a3b3a70ca7d709ad45 to your computer and use it in GitHub Desktop.
How import module
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