no 3rd party packages in the project
bower is not supported in Meteor anymore?
Hi all, great job with Meteor 1.2. I’m using Reflect.deleteProperty
in my codes, and I removed grigio:babel
. Anything I can do to get core.js back? Can’t seem to find packages in atmosphere.
I actually assumed that ecmascript
is just a drop-in replacement for grigio:babel
, but I was wrong.
It does not support core-js it seems.
> Meteor.release
'METEOR@1.2.0.1'
> "abc".startsWith("a")
TypeError: Object abc has no method 'startsWith'
at [object Object]:1:-55
at Script.(anonymous function) [as runInThisContext] (vm.js:41:22)
less @import just doesn’t work per 1.2 upgrade doc. I think there a bug. I filed a bug with repo here https://github.com/meteor/meteor/issues/5304
1 Like