Closed jacobjuul closed 7 years ago
IE 10 does not support the const keyword. This is needed when using the https://github.com/thereactivestack/meteor-webpack package instead of ecmascript
const
If it's fixed with normal Meteor and not with webpack, then that's a problem with the webpack package.
Original PR https://github.com/aldeed/meteor-schema-index/pull/7
Closing this since it's not an issue with this package.
IE 10 does not support the
const
keyword. This is needed when using the https://github.com/thereactivestack/meteor-webpack package instead of ecmascript