rawls238 / PlanOut.js

A JavaScript port of Facebook's PlanOut Experimentation Framework
MIT License
308 stars 52 forks source link

Weird Installation Issues #68

Closed rawls238 closed 4 years ago

rawls238 commented 6 years ago

I just attempted to set up the library on a new project and ran into some weird installation issues that should be resolved. Specifically, I needed to install the babel stage-0 plugin and the module transform plugin. The exact error Module build failed: ReferenceError: [BABEL] /Users/garidor/Desktop/damp-ocean-76383/hello/static/js/src_2/index.js: Using removed Babel 5 option: foreign.modules - Use the corresponding module transform plugin in the `plugins` option. Check out http://babeljs.io/docs/plugins/#modules.

This doesn't seem like stuff that should be spilling over to the user side and should be looked into at some point

rawls238 commented 6 years ago

Whoops, this was reported at some point in the past here https://github.com/HubSpot/PlanOut.js/issues/46

Realistically I won't get around to fixing this for a while - @mattrheault could you take a look if you have time?