Closed SylarRuby closed 8 years ago
This will come as part of Meteor 1.3. Currently Meteor's build system relies on app and package scoped variables, and doesn't have a concept of modules or requiring. See here: https://github.com/meteor/meteor/pull/5475
Can we do something like this:
const Foo = require('./data/foo.js');