copy-webpack-plugin
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,4 +1,18 @@ | ||
## 1.1.1 (Jan 25, 2016) | ||
* `to` absolute paths are now tracked by webpack | ||
* Reverted dot matching default for minimatch | ||
* Params can now be passed to the `ignore` option | ||
## 1.0.0 (Jan 24, 2016) | ||
* Added globbing support for `from` | ||
* Added absolute path support for `to` | ||
* Changed default for minimatch to match dots for globs | ||
## 0.3.0 (Nov 27, 2015) | ||
* Added `ignore` option that function lie `.gitignore` | ||
* Added `ignore` option that functions like `.gitignore` | ||
* Improved Windows support | ||
@@ -5,0 +19,0 @@ |
{ | ||
"name": "copy-webpack-plugin", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Copy files and directories in webpack", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29469