Skip to content

Commit

Permalink
bump to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jackypan1989 committed Apr 25, 2018
1 parent a1b9bee commit 1c03c5b
Show file tree
Hide file tree
Showing 4 changed files with 2,585 additions and 454 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Guan Yu Pan (Jacky)
Copyright (c) 2018 Guan Yu Pan (Jacky)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
This webpack plugin clean old files after build.
Just as the well-known plugin [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin), and more than it.

## changelog
2018-04-25 (1.0.5): upgade to webpack v4

## feature
- [x] only delete after webpack compile
- [x] skip plugin if compile error
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "del-webpack-plugin",
"version": "1.0.4",
"version": "1.0.5",
"description": "del plugin for webpack",
"main": "dist/index.js",
"directories": {
Expand Down Expand Up @@ -44,12 +44,13 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.1.1",
"lint-staged": "^5.0.0",
"prettier-standard": "^7.0.3",
"webpack": "^3.8.1"
"cross-env": "^5.1.4",
"lint-staged": "^7.0.4",
"prettier-standard": "^8.0.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
}
}
Loading

0 comments on commit 1c03c5b

Please sign in to comment.