Closed liitfr closed 7 years ago
Hello !
In index.coffee, I read :
@b = browserify entries: @files extensions: ['.js', '.json', '.coffee'] debug: opts.sourceMap cache: @cache packageCache: @pkg_cache
shouldn't it use opts.opts.extensions ?
See you. Mat
Edit : I will add it in my PR !
Definitely, good catch! Want to send in a PR to fix this, get the first contribution under your belt? 😁
fixed in #29
Hello !
In index.coffee, I read :
shouldn't it use opts.opts.extensions ?
See you. Mat
Edit : I will add it in my PR !