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

Use postcss-loader + Update dependencies #203

Closed
wants to merge 1 commit into from
Closed

Use postcss-loader + Update dependencies #203

wants to merge 1 commit into from

Conversation

danez
Copy link
Contributor

@danez danez commented Mar 3, 2017

I initially only wanted to update babylon to 6.16.0, but seems there is no way unless modifying package.json in babel6/. So I did yarn upgrade which also updated a lot of other dependencies to their latest version. If that is not okay I can also only try to update the parsers themself (babylon6, espree, acorn, recast, ...)

While testing I also noticed that webpack is throwing deprecated warnings, so I updated extract-text-webpack-plugin to 2.0 instead of beta and fixed the configuration. autoprefixer-loaderis also deprecated and I instead used postcss-loader with autoprefixer.

I know these are a lot of changes, but hope it is okay.

This also updates all the dependencies especially
babylon6, espree, acorn, recast to their latest version
@fkling
Copy link
Owner

fkling commented Mar 8, 2017

Thanks for doing this! Hopefully rather sooner than later #197 will land and we don't have to worry about upgrading parsers anymore 😉

I'm going to resolve the merge conflict locally.

@fkling
Copy link
Owner

fkling commented Mar 8, 2017

Merged as 538aa8f .

@fkling fkling closed this Mar 8, 2017
@fkling fkling added the deployed to production Marks issues/PRs that are deployed to https://astexplorer.net label Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed to production Marks issues/PRs that are deployed to https://astexplorer.net
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants