barbatus / angular2-compiler

Brings AoT compilation to your legs
14 stars 2 forks source link

Can not compile with Meteor 1.4.2.1 #1

Open iperevozchikov opened 7 years ago

iperevozchikov commented 7 years ago

Hi, i added your awesome plugin to my project and after that meteor has been print out next error on compilation stage:

W20161220-17:57:38.027(7)? (STDERR) /home/iperevozchikov/.meteor/packages/meteor-tool/.1.4.2_1.1y4mek0++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280 W20161220-17:57:38.028(7)? (STDERR) throw(ex); W20161220-17:57:38.029(7)? (STDERR) ^ W20161220-17:57:38.029(7)? (STDERR) W20161220-17:57:38.031(7)? (STDERR) ReferenceError: Plugin is not defined W20161220-17:57:38.032(7)? (STDERR) at meteorInstall.node_modules.meteor.caching-compiler.caching-compiler.js (packages/caching-compiler/caching-compiler.js:1:12) W20161220-17:57:38.032(7)? (STDERR) at fileEvaluate (packages/modules-runtime.js:181:9) W20161220-17:57:38.035(7)? (STDERR) at require (packages/modules-runtime.js:106:16)

So, how its can be fixed? Any ideas? Thanks, for any advice.

P.S. I added plugin via mgp tool.