vigetlabs / blendid

A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
MIT License
4.97k stars 682 forks source link

How can i import js file from node_modules? #453

Closed light-flight closed 7 years ago

greypants commented 7 years ago
import someModule from 'someModule'

The from 'someModule' looks in the node_modules folder for a module of that name.