mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Short-term fix for #10148. Unfortunately, unlike most Meteor package and application code, which is compiled after installation, Meteor compiler plugins are compiled before they are published, so it's possible for a compiler plugin that uses the ecmascript package to contain generated code that still uses the module.watch API, instead of the new and improved module.link API. A better long-term fix for this problem would be to compile compiler plugins like any other Meteor code, using whatever version of the ecmascript plugin the rest of the application is using.