Files
meteor/packages/modules
Ben Newman 34b0237364 Avoid api.export("process") in modules package.js.
Declaring a package-local variable called `process` in the `modules`
package causes uglify-js not to replace `process.env.NODE_ENV` with a
string literal value in any `node_modules` contained by the `modules`
package, which causes React Dev Tools to display a warning.
2017-08-14 22:32:19 -04:00
..
2017-04-19 17:41:11 -04:00
2016-08-30 15:38:17 -07:00
2017-04-19 17:41:11 -04:00

modules

Using JavaScript modules in Meteor ES2015 module support for Meteor

Read more at http://docs.meteor.com/#/full/modules