Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hawkins/prettier-webpack-loader
- Owner: hawkins
- Created: 2017-07-15T18:30:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T11:31:16.000Z (over 6 years ago)
- Last Synced: 2024-09-23T18:07:48.115Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.