You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2021. It is now read-only.
@justinjmoses Yeah we can include that. Once we switch over to the new plugin template that's webpackifying everything it's a non issue but including es2015 for now can be a quick short term fix.
Steps to repro:
npm install --only=production
npm run compile
Error: Couldn't find preset "es2015" relative to directory
The fix is to include
babel-preset-es2015
independencies
.This is an issue because when we package Cloud, we want to compile for production only, and compass-serverstats is erroring out due to the
prepublish
script: https://evergreen.mongodb.com/task/mms_package_rpm_PACKAGE_CLOUD_patch_584bb6ca255365eda8aa94550988b5222d23feee_59d2a363e3c3313610000aa6_17_10_02_20_36_51@durran @imlucas
The text was updated successfully, but these errors were encountered: