minify-cshtml-webpack-plugin
Version:
Minify CSHTML Razor Views
16 lines (11 loc) • 452 B
Markdown
## Webpack plugin: minify-cshtml-webpack-plugin
WARNING! This is beta version adapted to my needs.
This is a [webpack](http://webpack.github.io/) plugin based on [minify-html-webpack-plugin](https://www.npmjs.com/package/minify-html-webpack-plugin) that can minimize the CSHTML.
Installation
============
Install the plugin with npm:
```shell
$ npm install minify-cshtml-webpack-plugin --save-dev
```
# License
This project is licensed under MIT.