Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hawkins/prettier-webpack-loader

Experimental webpack loader for prettier
https://github.com/hawkins/prettier-webpack-loader

Last synced: 7 days ago
JSON representation

Experimental webpack loader for prettier

Awesome Lists containing this project

README

        

# Prettier Webpack Loader

Automatically process your source files with [Prettier](https://github.com/prettier/prettier) when bundling via Webpack.

---

## :warning: This project has been deprecated :warning:

I suggest you either use my plugin, [prettier-webpack-plugin](https://github.com/hawkins/prettier-webpack-plugin), or [prettier-loader](https://www.npmjs.com/package/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](https://github.com/hawkins/prettier-webpack-plugin)

## Installation

Simply run `npm install --save-dev prettier-webpack-loader` or `yarn add --dev prettier-webpack-loader` to install.