Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build errors described in #64 #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mcalthrop
Copy link

I finally tracked down 3 changes that need to be made to fix #64:

  • bump babel-core and babel-loader to version 6.x
  • add babel-preset-es2015 and babel-preset-react modules
  • add webpack module

You can now run the following commands to fire up the example code:

$ cd example
$ npm install
$ npm run start

Then point your browser at either of the following URLs:

Note that in order for the How to invoke webpack instructions in the README to work, you will additionally have to install webpack globally:

$ npm install -g webpack

@timepast
Copy link

timepast commented Apr 3, 2016

good

@mikemfleming
Copy link

Works for me too, thanks!

@wenlisu
Copy link

wenlisu commented Jun 7, 2017

Works for me too, thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in main.js when running: Module build failed: ReferenceError: [BABEL]
4 participants