Awesome
Prettier Webpack Loader
Automatically process your source files with Prettier when bundling via Webpack.
:warning: This project has been deprecated :warning:
I suggest you either use my plugin, prettier-webpack-plugin, or prettier-loader if you need this capability as a loader
Looking for a plugin?
You can find a plugin version of this loader here: prettier-webpack-plugin
Installation
Simply run npm install --save-dev prettier-webpack-loader
or yarn add --dev prettier-webpack-loader
to install.