elisp.js icon indicating copy to clipboard operation
elisp.js copied to clipboard

Local require need to have ./ in front

Open jcubic opened this issue 8 years ago • 0 comments

If you require the file that not in npm (node_module) you need to use ./ in from if it like:

require('./elisp/init')

instead of

require('elisp/init')

or am I missing something?

jcubic avatar Nov 27 '16 10:11 jcubic