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

Further enhancements for babel 6 compatability #214

Closed
wants to merge 40 commits into from
Closed

Further enhancements for babel 6 compatability #214

wants to merge 40 commits into from

Conversation

btomasini
Copy link

This PR is a continuation of existing attempts to make the project work with Babel 6. Additional changes include:

  • Compatibility with more recent version of Babel
  • Karma tests

One of the unit tests fails accessing messages.users.title property path. Not knowing enough about the inner workings of the project, I was unable to fix it.

iam4x and others added 30 commits December 15, 2015 14:07
This corrects the spelling of the key 'output' in dev.config.js.
Correct misspelling of key in webpack config
…lugin-1.0.1

Update extract-text-webpack-plugin to version 1.0.1 🚀
@btomasini
Copy link
Author

In one commit I converted from Firefox to Chrome. I reverted this change in a more recent commit.

@iam4x
Copy link
Owner

iam4x commented Jan 25, 2016

🎉 Thank's for the hard work! I'm going to review and test that 👍

One of the major problems of babel6 it's doesn't support older browsers like IE8 / IE9 and that's why I didn't gave it another shot since I need to support these browsers on some projects.

I'm going to try all of that with https://github.com/sorrycc/es3ify-loader ;)

@MaxSvargal
Copy link
Contributor

@btomasini use babel-plugin-add-module-exports which fix the default exporting.

@iam4x
Copy link
Owner

iam4x commented Feb 25, 2016

closed for #136

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.

None yet

5 participants