hawkins / prettier-webpack-plugin

Process your Webpack dependencies with Prettier
https://travis-ci.org/hawkins/prettier-webpack-plugin
50 stars 14 forks source link

Rkilgore meta just webpack 4 #32

Closed hawkins closed 6 years ago

hawkins commented 6 years ago

From #31


fixes #29


Upgrade dependencies and support the webpack 4 plugin system. Didn't make any attempt to support earlier versions of webpack (maybe should add webpack ^4.0.0 as a peer dependency?).

Needed to tweak the tests to get them to pass, and needed to update the jest configuration slightly.

hawkins commented 6 years ago

Hey @rkilgore-meta , I rebased your PR to cut out the work on excluding directories but couldn't push to your remote I think so I had to push to a new branch here and open a new PR 😅