Can i use require without extension?
Closed this issue · 2 comments
focused commented
# works
require! "/imports/Application.ls"
# does not work
require! "/imports/Application"
focused commented
It's annoying to write require "/imports/my-lib/index.ls"
instead of require "/imports/my-lib"
Dessix commented
This extension is terribly outdated, you'd be better off writing your own with Meteor's new systems, and I am waiting until full-ES6 support is standard across the NPM community before I bother working in Meteor again. I'm sorry 😞