Use postcss-loader + Update dependencies #203
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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-loader
is also deprecated and I instead used postcss-loader with autoprefixer.I know these are a lot of changes, but hope it is okay.