Skip to content

Commit 22de680

Browse files
committed
cleanup
1 parent 486e75d commit 22de680

File tree

4 files changed

+6
-31
lines changed

4 files changed

+6
-31
lines changed

.vscode/launch.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,9 @@ All notable changes to this project will be documented in this file. See [standa
44

55
### [5.0.4](https://github.com/sndyuk/mangle-css-class-webpack-plugin/compare/v5.0.3...v5.0.4) (2021-11-29)
66

7-
8-
### Bug Fixes
9-
10-
* use right methods ([ca40bf2](https://github.com/sndyuk/mangle-css-class-webpack-plugin/commit/ca40bf25c75cdc197d57e7031b8f99ac0b012a91))
11-
12-
### [5.0.3](https://github.com/sndyuk/mangle-css-class-webpack-plugin/compare/v4.0.12...v5.0.3) (2021-11-29)
13-
14-
15-
### Bug Fixes
16-
17-
* adapt to webpack 5 ([5f76d5b](https://github.com/sndyuk/mangle-css-class-webpack-plugin/commit/5f76d5b86abbc667f8b1a04b628cff0dee461e61))
18-
* **plugin:** use webpack 5 processAssets hook ([cf16845](https://github.com/sndyuk/mangle-css-class-webpack-plugin/commit/cf16845d7915ea9ba77d412dc9df63ac8f424c88))
19-
20-
### [5.0.2](https://github.com/sndyuk/mangle-css-class-webpack-plugin/compare/v5.0.1...v5.0.2) (2021-11-29)
7+
- use right methods ([ca40bf2](https://github.com/sndyuk/mangle-css-class-webpack-plugin/commit/ca40bf25c75cdc197d57e7031b8f99ac0b012a91))
8+
- adapt to webpack 5 ([5f76d5b](https://github.com/sndyuk/mangle-css-class-webpack-plugin/commit/5f76d5b86abbc667f8b1a04b628cff0dee461e61))
9+
- **plugin:** use webpack 5 processAssets hook ([cf16845](https://github.com/sndyuk/mangle-css-class-webpack-plugin/commit/cf16845d7915ea9ba77d412dc9df63ac8f424c88))
2110

2211
### [4.0.12](https://github.com/sndyuk/mangle-css-class-webpack-plugin/compare/v4.0.11...v4.0.12) (2021-03-29)
2312

@@ -44,4 +33,4 @@ All notable changes to this project will be documented in this file. See [standa
4433

4534

4635
<a name="4.0.1"></a>
47-
## 4.0.1 (2018-06-13)
36+
## 4.0.1 (2018-06-13)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![Build Status](https://travis-ci.org/sndyuk/mangle-css-class-webpack-plugin.svg?branch=master)](https://travis-ci.org/sndyuk/mangle-css-class-webpack-plugin)
2+
23
<div align="center">
34
<a href="https://github.com/webpack/webpack">
45
<img width="100" height="100"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@achipiga1/mangle-css-class-webpack-plugin",
2+
"name": "mangle-css-class-webpack-plugin",
33
"version": "5.0.4",
44
"license": "MIT",
55
"description": "Minifies and obfuscates the class names in your existing JavaScript, CSS, and HTML without any modern css modules.",

0 commit comments

Comments
 (0)