copy-webpack-plugin
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,5 @@ | ||
## 3.0.1 (May 29, 2016) | ||
* Fix error thrown when subdirectories are in glob results | ||
## 3.0.0 (May 14, 2016) | ||
@@ -5,4 +9,3 @@ | ||
* No longer writing to filesystem when webpack-dev-server is running | ||
Use the [write-file-webpack-plugin](https://www.npmjs.com/package/write-file-webpack-plugin) to force writing files to the filesystem | ||
* No longer writing to filesystem when webpack-dev-server is running. Use the [write-file-webpack-plugin](https://www.npmjs.com/package/write-file-webpack-plugin) to force writing files to the filesystem | ||
@@ -80,2 +83,2 @@ ## 2.1.6 (May 14, 2016) | ||
* Basic functionality | ||
* Basic functionality |
@@ -34,2 +34,7 @@ 'use strict'; | ||
// We don't write empty directories | ||
if (stat.isDirectory()) { | ||
return; | ||
} | ||
function addToAssets() { | ||
@@ -36,0 +41,0 @@ compilation.assets[relFileDest] = { |
{ | ||
"name": "copy-webpack-plugin", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Copy files and directories in webpack", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
39169
290