rawls238 / PlanOut.js

A JavaScript port of Facebook's PlanOut Experimentation Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weird Installation Issues

rawls238 opened this issue · comments

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

Whoops, this was reported at some point in the past here #46

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